feat: add Master Admin application functionality
This commit is contained in:
@@ -8,7 +8,8 @@ export const App_Route: Route[] = [
|
||||
{
|
||||
path: 'auth',
|
||||
component: AuthenticationLayout,
|
||||
loadChildren: () => import('./shell/routes/auth.routes').then((m) => m.authen),
|
||||
loadChildren: () =>
|
||||
import('./features/authentication/authentication.routes').then((m) => m.authen),
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
|
||||
Reference in New Issue
Block a user