feat: add Master Admin application functionality

This commit is contained in:
Gagan7900
2026-07-24 11:55:27 +05:30
parent 10038a52cf
commit d514d09879
224 changed files with 34594 additions and 958 deletions
+2 -1
View File
@@ -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: '',