import {PageParams} from "@/types/next"; export default async function RoutePage(props: PageParams<{ projectId: string }>) { return( <> ) }