We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d9725 commit 8925e8dCopy full SHA for 8925e8d
src/App.tsx
@@ -29,8 +29,8 @@ function App() {
29
></PrivateRoute>
30
{/*<PrivateRoute path="/benchmarks" component={Benchmarks}></PrivateRoute>*/}
31
<Route path="/benchmarks/create" component={CreateBenchmark} />
32
- <Route path="/benchmarks" component={Benchmarks} />
33
<Route path="/benchmarks/:id" component={BenchmarkDetail} />
+ <Route path="/benchmarks" component={Benchmarks} />
34
<Route>
35
<Login setToken={setToken} />
36
</Route>
0 commit comments