From a2b2844988b0c0a527fe46e26c59e8be93cdefb2 Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 3 Nov 2021 08:38:07 +0200 Subject: [PATCH] no invadors --- pages/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (