Minor fix

This commit is contained in:
Mattias 2024-03-19 22:51:54 +01:00
parent 900c1614e9
commit ffaa661628

View file

@ -148,7 +148,7 @@ const router = createBrowserRouter([
element: <AdminManageUsers />,
},
{
path: "unauthorized",
path: "/unauthorized",
element: <UnauthorizedPage />,
},
]);