Skip to content

Commit

Permalink
fix: added the use client keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
benedictfred committed Feb 28, 2025
1 parent 11ecbe6 commit 7685e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/dashboard/employer/profile/components/JobItem.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { Pencil, EllipsisVertical } from "lucide-react";
import Separator from "./Separator";
import { cn } from "@/lib/utils";
Expand Down

0 comments on commit 7685e8b

Please sign in to comment.