diff --git a/src/app/dashboard/more-graphs-and-tables.component.ts b/src/app/dashboard/more-graphs-and-tables.component.ts index 628f58c..c4b6cb0 100644 --- a/src/app/dashboard/more-graphs-and-tables.component.ts +++ b/src/app/dashboard/more-graphs-and-tables.component.ts @@ -11,7 +11,7 @@ interface RecurSupplierData { @Component({ templateUrl: 'more-graphs-and-tables.component.html', }) -export class MoreStuffComponent implements OnInit, AfterViewInit { +export class MoreStuffComponent implements OnInit, AfterViewInit { // if you wanna rename this, replace in all files 'MoreStuffComponent' with desired name and 'more-graphs-and-tables.component' with another desired name @Input() public recurList: Array; @Output() public onClick = new EventEmitter(); @Input() public categories: any;