feat(pages): add profile page
fix(ui): fix minor ui bugs on some pages
This commit is contained in:
@ -53,11 +53,11 @@ function App() {
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
element: <Navigate to="/student" replace />,
|
||||
element: <Navigate to="/student/home" replace />,
|
||||
},
|
||||
{
|
||||
path: "*",
|
||||
element: <Navigate to="/student" replace />,
|
||||
element: <Navigate to="/student/home" replace />,
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user