mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-09 22:00:16 -04:00
add error report route to logged in routes
This commit is contained in:
parent
11ad6f4dd8
commit
e86d677d5c
|
@ -64,6 +64,7 @@ export default function App() {
|
|||
<BrowserRouter>
|
||||
<Switch>
|
||||
<Route path="/" exact component={WheelShare} />
|
||||
<Route path="/error-report" component={ErrorReport} />
|
||||
<Route
|
||||
path="/join/:code"
|
||||
component={GroupSharedLinkResolver}
|
||||
|
|
Loading…
Reference in New Issue
Block a user