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({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
DashboardRoutingModule,
|
// Angular imports
|
||||||
ChartsModule,
|
|
||||||
BsDropdownModule,
|
|
||||||
CommonModule,
|
CommonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
ReactiveFormsModule,
|
ReactiveFormsModule,
|
||||||
|
ChartsModule,
|
||||||
|
BsDropdownModule,
|
||||||
|
DashboardRoutingModule,
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
DashboardComponent,
|
DashboardComponent,
|
||||||
|
|
Reference in a new issue