Optimize structure
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { NgModule, Type } from '@angular/core';
|
||||
import { SharedModule, STWidgetModule } from '@shared';
|
||||
import { BasicModuleModule, SharedModule, STWidgetModule } from '@shared';
|
||||
|
||||
// dashboard pages
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
@ -14,9 +14,8 @@ const COMPONENTS_NOROUNT: Array<Type<void>> = [];
|
||||
@NgModule({
|
||||
imports: [
|
||||
LayoutModule,
|
||||
SharedModule,
|
||||
BasicModuleModule,
|
||||
GlobalConfigModule.forRoot(),
|
||||
STWidgetModule,
|
||||
RouteRoutingModule
|
||||
],
|
||||
declarations: [...COMPONENTS, ...COMPONENTS_NOROUNT],
|
||||
|
||||
Reference in New Issue
Block a user