Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Karmveer27 committed Apr 19, 2024
1 parent 023403d commit 537871c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ const router = createBrowserRouter(
<Route path="/signup" element={<SignUpScreen />} />
<Route path="/pvv" element={<PPVScreen />} />
<Route path="/photos" element={<PhotosScreen />} />

{/* Routes for admin users */}
{/*<Route path="" element={<AdminRoute />}>*/}
{/* <Route path="/admin/photos" element={<PhotosPage />} />*/}
{/*</Route>*/}
</Route>
)
);
Expand Down

0 comments on commit 537871c

Please sign in to comment.