Skip to content

Commit a82982f

Browse files
committed
Move path to end?
1 parent fea8135 commit a82982f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ const App: FunctionalComponent = () => {
2323
<div id="preact_root">
2424
<Header />
2525
<Router onChange={removeTrailingSlash}>
26-
<Home path="/" />
2726
<AboutUs path="/about-us" />
2827
<Canteen path="/canteen" />
2928
<Membership path="/membership" />
3029
<ScannerFeeds path="/live-feed"/>
3130
<ShiftCalendar path="/shift-calendar" />
3231
<Stations path="/stations" />
32+
<Home exact path="/" />
3333
<NotFoundPage default />
3434
</Router>
3535
<Footer />

0 commit comments

Comments
 (0)