Minor fix
This commit is contained in:
parent
900c1614e9
commit
ffaa661628
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ const router = createBrowserRouter([
|
|||
element: <AdminManageUsers />,
|
||||
},
|
||||
{
|
||||
path: "unauthorized",
|
||||
path: "/unauthorized",
|
||||
element: <UnauthorizedPage />,
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue