refactor: organized pages based on domain
This commit is contained in:
@@ -23,7 +23,7 @@ export function makeRouter(auth: string | null, roles: ItemWithSubItems[]) {
|
||||
getParentRoute: () => rootRoute,
|
||||
path,
|
||||
component,
|
||||
}) as AnyRoute
|
||||
}) as AnyRoute,
|
||||
);
|
||||
|
||||
const notFoundRoute = new Route({
|
||||
|
||||
Reference in New Issue
Block a user