Fix add user route
This commit is contained in:
@@ -3,10 +3,10 @@ import type { AsyncRoute } from 'components/router/AsyncRoute';
|
||||
export const ASYNC_ADMIN_ROUTES: AsyncRoute[] = [
|
||||
{ path: 'activity' },
|
||||
{ path: 'notifications' },
|
||||
{ path: 'users/new' },
|
||||
{ path: 'users' },
|
||||
{ path: 'users/profile' },
|
||||
{ path: 'users/access' },
|
||||
{ path: 'users/add' },
|
||||
{ path: 'users/parentalcontrol' },
|
||||
{ path: 'users/password' }
|
||||
{ path: 'users/password' },
|
||||
{ path: 'users/profile' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user