mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-17 17:40: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>
|
<BrowserRouter>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route path="/" exact component={WheelShare} />
|
<Route path="/" exact component={WheelShare} />
|
||||||
|
<Route path="/error-report" component={ErrorReport} />
|
||||||
<Route
|
<Route
|
||||||
path="/join/:code"
|
path="/join/:code"
|
||||||
component={GroupSharedLinkResolver}
|
component={GroupSharedLinkResolver}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user