Merge remote-tracking branch 'origin/HEAD' into noah-dev
This commit is contained in:
commit
6a61ee4307
5 changed files with 607 additions and 0 deletions
|
@ -13,6 +13,7 @@ function App() {
|
|||
<Route path="/" element={<Home />} />
|
||||
<Route path="/create-station" element={<CreateStation />} />
|
||||
<Route path="/join-station" element={<JoinStation />} />
|
||||
<Route path="/station" element={<StationPage />} />
|
||||
</Routes>
|
||||
</Router>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue