diff --git a/pages/index.tsx b/pages/index.tsx index 203e1b2..7be4d09 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -6,9 +6,9 @@ import Notification from "../components/notifications/Notification"; export default function Home() { const router = useRouter(); - useEffect(() => { - router.push("/menu"); - }, []); + // useEffect(() => { + // router.push("/menu"); + // }, []); return (