We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a98d7 commit a579d86Copy full SHA for a579d86
src/app/(public)/_components/header.tsx
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import Link from 'next/link';
4
5
import { IoLogoGithub } from 'react-icons/io';
src/app/(public)/_components/hero.tsx
import { useRouter } from 'next/navigation';
import { Search } from 'lucide-react';
src/app/(public)/_components/search-form.tsx
import { usePathname, useSearchParams, useRouter } from 'next/navigation';
import { useForm } from 'react-hook-form';
import { GoX } from 'react-icons/go';
0 commit comments