Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
freddiev4 authored Mar 16, 2024
1 parent 22ef21e commit b0c449b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const App = () => {
<Route path="/contributions" element={<UserContributionPage />} />
</Route>
<Route path="*" element={<Error404 />} />
<Route path="/team" element={<TeamPage />} />
<Route path="/analytics" element={<GradioAnalytics />} />
</Routes>
</Suspense>
Expand Down

0 comments on commit b0c449b

Please sign in to comment.