Skip to content

Commit a579d86

Browse files
committed
build issue resolved
1 parent 43a98d7 commit a579d86

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/app/(public)/_components/header.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import Link from 'next/link';
24

35
import { IoLogoGithub } from 'react-icons/io';

src/app/(public)/_components/hero.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import { useRouter } from 'next/navigation';
24

35
import { Search } from 'lucide-react';

src/app/(public)/_components/search-form.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use client';
2+
13
import { usePathname, useSearchParams, useRouter } from 'next/navigation';
24
import { useForm } from 'react-hook-form';
35
import { GoX } from 'react-icons/go';

0 commit comments

Comments
 (0)