Changeset 947fcaa for frontend/src/App.tsx
- Timestamp:
- 02/21/26 19:19:51 (5 months ago)
- Branches:
- main
- Parents:
- 765e166
- File:
-
- 1 edited
-
frontend/src/App.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/App.tsx
r765e166 r947fcaa 13 13 import { useAuth } from "./context/authContext"; 14 14 import { usePlayer } from "./context/playerContext"; 15 import AllUsers from "./pages/AllUsers";15 // import AllUsers from "./pages/AllUsers"; 16 16 import LandingPage from "./pages/LandingPage"; 17 17 import Login from "./pages/Login"; … … 95 95 element: <Login />, 96 96 }, 97 {98 path: "/users",99 element: <AllUsers />,100 },97 // { 98 // path: "/users", 99 // element: <AllUsers />, 100 // }, 101 101 { 102 102 path: "/users/:username",
Note:
See TracChangeset
for help on using the changeset viewer.
