Skip to content

Commit

Permalink
use client
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Jan 11, 2024
1 parent 111b803 commit 8292007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/pages/auth/forgot-password/[id].tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import Link from "next/link";
import type { CSSProperties } from "react";
import { useForm } from "react-hook-form";
Expand Down
2 changes: 2 additions & 0 deletions apps/web/pages/auth/forgot-password/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

// eslint-disable-next-line no-restricted-imports
import { debounce } from "lodash";
import Link from "next/link";
Expand Down

0 comments on commit 8292007

Please sign in to comment.