import { AdminComponent } from './theme/layout/admin/admin.component';
import { AuthComponent } from './theme/layout/auth/auth.component';
component: AdminComponent,
// load children modules with lazy load routing for header, side nav common structure, like, dashboard, blank page, widget, etc..
component: AuthComponent,
// load children modules with lazy load routing for without common structure, like login, signup, reset password, lock screen, etc..