added a necessary import
This commit is contained in:
parent
9dcc22bc3c
commit
45e700675a
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
||||
|
||||
|
|
Reference in a new issue