Fixed suppliers

This commit is contained in:
Finn 2019-07-12 17:45:43 +01:00
parent f668f1f7ae
commit 8dbdcbb481
4 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ import { SuppliersComponent } from '../dashboard/suppliers.component';
import { MoreStuffComponent } from '../dashboard/more-graphs-and-tables.component';
// import { StackedBarChartComponent } from '../panels/stacked-bar.component';
interface RecurSupplierData {
interface SuppliersComponent {
name : string;
}