diff --git a/src/ui/page/page-footer.tsx b/src/ui/page/page-footer.tsx index 8598837..74317af 100644 --- a/src/ui/page/page-footer.tsx +++ b/src/ui/page/page-footer.tsx @@ -1,4 +1,5 @@ import { useTranslations } from "next-intl"; +import Link from "next/link"; export default function PageFooter() { const t = useTranslations("pageFooter"); return ( @@ -29,7 +30,9 @@ export default function PageFooter() {