diff --git a/src/app/dashboard/employer/profile/components/JobItem.tsx b/src/app/dashboard/employer/profile/components/JobItem.tsx index 0c7b134..8ec3041 100644 --- a/src/app/dashboard/employer/profile/components/JobItem.tsx +++ b/src/app/dashboard/employer/profile/components/JobItem.tsx @@ -1,3 +1,5 @@ +"use client"; + import { Pencil, EllipsisVertical } from "lucide-react"; import Separator from "./Separator"; import { cn } from "@/lib/utils";