i18n by next-intl
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Home } from "./home";
|
||||
|
||||
export default function Page({ params }: { params: { projectId: string } }) {
|
||||
return (
|
||||
<>
|
||||
<Home projectId={params.projectId} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user