File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import InfoScreenPrivacyContainer from '@/ui/screens/info-pages/privacy/InfoScre
1515import QuestionPageRouter from '@/ui/screens/question-pages/QuestionPageRouter' ;
1616import ImpressumPage from './ui/screens/legal/ImpressumPage' ;
1717import DataProtection from './ui/screens/legal/DataProtection' ;
18+ import LodBarcamp from "@/ui/screens/events/LodBarcamp" ;
1819
1920const AppRoutes = ( ) => (
2021 < Routes >
@@ -37,6 +38,7 @@ const AppRoutes = () => (
3738 < Route path = "/bielefunke" element = { < LandingPage runway = "bielefunke" /> } />
3839 < Route path = "/wolfenbuettel" element = { < LandingPage runway = "wolfenbuettel" /> } />
3940 < Route path = "/wolfenbüttel" element = { < LandingPage runway = "wolfenbuettel" /> } />
41+ < Route path = "/lod-barcamp-bielefeld" element = { < LodBarcamp /> } />
4042 </ Routes >
4143) ;
4244
Original file line number Diff line number Diff line change 1+ import React from "react" ;
2+
3+ const LodBarcamp = ( ) => {
4+ return (
5+ < div >
6+ TODO
7+ </ div >
8+ ) ;
9+ }
10+
11+ export default LodBarcamp ;
You can’t perform that action at this time.
0 commit comments