Fixed suppliers
This commit is contained in:
parent
f668f1f7ae
commit
8dbdcbb481
4 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue