Ignore:
Timestamp:
02/21/26 19:19:51 (5 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Parents:
765e166
Message:

add cursor pointer to buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/App.tsx

    r765e166 r947fcaa  
    1313import { useAuth } from "./context/authContext";
    1414import { usePlayer } from "./context/playerContext";
    15 import AllUsers from "./pages/AllUsers";
     15// import AllUsers from "./pages/AllUsers";
    1616import LandingPage from "./pages/LandingPage";
    1717import Login from "./pages/Login";
     
    9595                                element: <Login />,
    9696                        },
    97                         {
    98                                 path: "/users",
    99                                 element: <AllUsers />,
    100                         },
     97                        // {
     98                        //      path: "/users",
     99                        //      element: <AllUsers />,
     100                        // },
    101101                        {
    102102                                path: "/users/:username",
Note: See TracChangeset for help on using the changeset viewer.