Made a new section as per TomS's request :-)

This commit is contained in:
Felix 2019-07-09 14:22:19 +01:00
parent 0e49e947a1
commit a7a150e07c
6 changed files with 86 additions and 1 deletions

View file

@ -43,6 +43,7 @@ import { DashboardModule } from './dashboard/dashboard.module';
import { DxChartModule } from 'devextreme-angular';
import { StackedBarChartComponent } from './panels/stacked-bar.component';
import { SuppliersComponent } from './dashboard/suppliers.component';
import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component';
@ -69,6 +70,7 @@ import { SuppliersComponent } from './dashboard/suppliers.component';
SIDEBAR_TOGGLE_DIRECTIVES,
AsideToggleDirective,
SuppliersComponent,
MoreStuffComponent,
P404Component,
P500Component,
],