Create Top page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import ProjectsPage from "./ProjectsPage";
|
||||
import { useTranslations } from "next-intl";
|
||||
|
||||
export default function Page(params: { locale }) {
|
||||
export default function Page(params: { locale: string }) {
|
||||
const t = useTranslations("Projects");
|
||||
const messages = {
|
||||
projectList: t("projectList"),
|
||||
|
||||
Reference in New Issue
Block a user