diff --git a/src/App.jsx b/src/App.jsx index 499c061..5863b92 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -5,19 +5,14 @@ import Loading from "./components/shared/loading/Loading"; import Notfound from "./pages/404/Notfound"; import Forward from "./pages/Forward"; import Brand from "./pages/brand/Brand"; -import Cloud from "./pages/cloud101/Cloud101"; +import Certificate from "./pages/certificate/Certificate"; import CodeofConduct from "./pages/coc/CodeofConduct"; -import Evangelist from "./pages/evangelist/Evangelist"; import Events from "./pages/events/Events"; -import Live from "./pages/live/Live"; import Home from "./pages/home/Home"; -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"; import Verify from "./pages/verify/Verify"; -import Certificate from "./pages/certificate/Certificate"; +import "./styles/Globals.scss"; const App = () => { return ( @@ -43,6 +38,7 @@ const App = () => { /> } /> + { /> } /> - - } - /> - - } - /> - - } - /> - - } - /> } /> } /> } /> } /> } /> - } /> } /> - } /> } /> - } /> - } /> - {/* } /> */} } /> - {window.location.pathname !== "/surprise" && - window.location.pathname !== "/register" && - window.location.pathname !== "/discord" &&