reorganise imports in dashboard module
This commit is contained in:
parent
e0c976c8cf
commit
49e2532434
1 changed files with 4 additions and 3 deletions
|
@ -13,12 +13,13 @@ import { DashboardRoutingModule } from './dashboard.routing';
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
DashboardRoutingModule,
|
||||
ChartsModule,
|
||||
BsDropdownModule,
|
||||
// Angular imports
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
ChartsModule,
|
||||
BsDropdownModule,
|
||||
DashboardRoutingModule,
|
||||
],
|
||||
declarations: [
|
||||
DashboardComponent,
|
||||
|
|
Reference in a new issue