fix(frontend): add use client directive to components using hooks
This commit is contained in:
parent
11bd1f2fa0
commit
00978bf995
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"use client"
|
||||
|
||||
import Link from "next/link"
|
||||
import { useTranslation } from "@/lib/i18n"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"use client"
|
||||
|
||||
import type { Job } from "@/lib/types";
|
||||
import {
|
||||
Card,
|
||||
|
|
|
|||
Loading…
Reference in a new issue