Skip to content
Snippets Groups Projects
Verified Commit 55d97d5b authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Cistka Registration2

parent d7c99029
No related branches found
No related tags found
No related merge requests found
Pipeline #20521 passed
......@@ -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 />} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment