We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b07b7d commit 0b5bf01Copy full SHA for 0b5bf01
src/components/app.tsx
@@ -18,12 +18,12 @@ const App: FunctionalComponent = () => {
18
<Header />
19
<Router>
20
<Home path="/" />
21
- <AboutUs path="/about-us" />
22
- <Canteen path="/canteen" />
23
- <Membership path="/membership" />
24
- <ScannerFeeds path="/live-feed"/>
25
- <ShiftCalendar path="/shift-calendar" />
26
- <Stations path="/stations" />
+ <AboutUs path="/about-us(/)" />
+ <Canteen path="/canteen(/)" />
+ <Membership path="/membership(/)" />
+ <ScannerFeeds path="/live-feed(/)"/>
+ <ShiftCalendar path="/shift-calendar(/)" />
+ <Stations path="/stations(/)" />
27
<NotFoundPage default />
28
</Router>
29
<Footer />
0 commit comments