From 45e700675aae69e5b96b222bbbc8eaaf07d7200d Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 9 Jul 2019 14:24:59 +0100 Subject: [PATCH] added a necessary import --- src/app/dashboard/dashboard-customer.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts index 1775f49..1c81ca0 100644 --- a/src/app/dashboard/dashboard-customer.component.ts +++ b/src/app/dashboard/dashboard-customer.component.ts @@ -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';