use client

This commit is contained in:
Sasha Mysak 2024-01-11 19:14:06 +01:00
parent 111b803b2b
commit 8292007ae3
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use client";
import Link from "next/link";
import type { CSSProperties } from "react";
import { useForm } from "react-hook-form";

View File

@ -1,3 +1,5 @@
"use client";
// eslint-disable-next-line no-restricted-imports
import { debounce } from "lodash";
import Link from "next/link";