Changed name of new-section to suppliers
This commit is contained in:
parent
1b56d6e95c
commit
ee636b87fa
6 changed files with 25 additions and 17 deletions
|
@ -42,7 +42,7 @@ import { DashboardModule } from './dashboard/dashboard.module';
|
|||
|
||||
import { DxChartModule } from 'devextreme-angular';
|
||||
import { StackedBarChartComponent } from './panels/stacked-bar.component';
|
||||
import { NewSectionComponent } from './dashboard/new-section.component';
|
||||
import { SuppliersComponent } from './dashboard/suppliers.component';
|
||||
|
||||
|
||||
|
||||
|
@ -68,7 +68,7 @@ import { NewSectionComponent } from './dashboard/new-section.component';
|
|||
BreadcrumbsComponent,
|
||||
SIDEBAR_TOGGLE_DIRECTIVES,
|
||||
AsideToggleDirective,
|
||||
NewSectionComponent,
|
||||
SuppliersComponent,
|
||||
P404Component,
|
||||
P500Component,
|
||||
],
|
||||
|
|
Reference in a new issue