fix(frontend): add use client directive to components using hooks

This commit is contained in:
Tiago Yamamoto 2025-12-15 16:03:10 -03:00
parent 11bd1f2fa0
commit 00978bf995
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
"use client"
import Link from "next/link"
import { useTranslation } from "@/lib/i18n"

View file

@ -1,3 +1,5 @@
"use client"
import type { Job } from "@/lib/types";
import {
Card,