diff --git a/src/App.jsx b/src/App.jsx index 030cc0e..64eb43b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -14,6 +14,7 @@ import Surprise from "./pages/surprise/Surprise"; import Team from "./pages/team/Team"; import Telegram from "./pages/telegram/Telegram"; import "./styles/Globals.scss"; +import Register from "./pages/registration/Register"; const App = () => { return ( @@ -51,15 +52,18 @@ const App = () => { /> } /> + } /> } /> } /> } /> @@ -68,12 +72,13 @@ const App = () => { } /> } /> } /> - } /> + {/* } /> */} } /> - {window.location.pathname !== "/surprise" &&