ward import fixed
This commit is contained in:
parent
0644f366a8
commit
1aa6f658c9
2 changed files with 4 additions and 2 deletions
|
@ -43,7 +43,7 @@ import { AuthModule } from './auth/auth.module';
|
|||
import { DashboardModule } from './dashboard/dashboard.module';
|
||||
import { ChartsModule } from 'ng2-charts';
|
||||
// import { StackedBarChartComponent } from './panels/stacked-bar.component';
|
||||
import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component';
|
||||
//import { MoreStuffComponent } from './dashboard/more-graphs-and-tables.component';
|
||||
import { FilterPipeModule } from 'ngx-filter-pipe';
|
||||
|
||||
|
||||
|
@ -72,7 +72,7 @@ import { FilterPipeModule } from 'ngx-filter-pipe';
|
|||
BreadcrumbsComponent,
|
||||
SIDEBAR_TOGGLE_DIRECTIVES,
|
||||
AsideToggleDirective,
|
||||
MoreStuffComponent,
|
||||
//MoreStuffComponent,
|
||||
P404Component,
|
||||
P500Component,
|
||||
|
||||
|
|
Reference in a new issue