i18n by next-intl
This commit is contained in:
9
frontend/src/app/[locale]/projects/page.tsx
Normal file
9
frontend/src/app/[locale]/projects/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import ProjectsPage from "./ProjectsPage";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<ProjectsPage />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user