diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index 99c77c9..c196d9a 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -1,3 +1,5 @@ +"use client" + import Link from "next/link" import { useTranslation } from "@/lib/i18n" diff --git a/frontend/src/components/job-card.tsx b/frontend/src/components/job-card.tsx index ff7c1cb..b062550 100644 --- a/frontend/src/components/job-card.tsx +++ b/frontend/src/components/job-card.tsx @@ -1,3 +1,5 @@ +"use client" + import type { Job } from "@/lib/types"; import { Card,