added a necessary import

This commit is contained in:
Felix 2019-07-09 14:24:59 +01:00
parent 9dcc22bc3c
commit 45e700675a

View file

@ -8,6 +8,7 @@ import { PiePanel } from '../panels/pie-panel.component';
import { DataType } from '../shared/data-types.enum';
import * as moment from 'moment';
import { SuppliersComponent } from '../dashboard/suppliers.component';
import { MoreStuffComponent } from '../dashboard/more-graphs-and-tables.component';
import { StackedBarChartComponent } from '../panels/stacked-bar.component';