diff --git a/src/App.js b/src/App.js index 5bf9fedbc72e73c692cb57b40d086e0558831d6c..4ecbc0e7da6e1c3f8037dda0544b112b44d72a81 100644 --- a/src/App.js +++ b/src/App.js @@ -27,7 +27,7 @@ import Map from "./pages/Map"; import Party from "./pages/Party"; import Program from "./pages/Program"; import Registration from "./pages/Registration"; -import Registration2 from "./pages/Registration2"; +// import Registration2 from "./pages/Registration2"; import Team from "./pages/Team"; import Volunteers from "./pages/Volunteers"; import Workshops from "./pages/Workshops"; @@ -99,6 +99,8 @@ function PageBody() { const location = useLocation(); const isRoot = location.pathname === "/"; +//<Route path="/registrace-vip" element={<Registration2 />} /> + return ( <div className={classNames({ @@ -106,7 +108,6 @@ function PageBody() { })} > <Routes> - <Route path="/registrace-vip" element={<Registration2 />} /> <Route path="/registrace" element={<Registration />} /> <Route path="/stravovani" element={<Catering />} /> <Route path="/organizatori" element={<Team />} />