Skip to content

Commit

Permalink
Merge pull request #321 from RobzLegz/no-invadors
Browse files Browse the repository at this point in the history
No invadors
  • Loading branch information
RobzLegz authored Nov 3, 2021
2 parents a2fc21c + a2b2844 commit ceaa623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div>
Expand Down

0 comments on commit ceaa623

Please sign in to comment.