diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 0a38780..d975bb2 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -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, diff --git a/src/app/dashboard/dashboard.module.ts b/src/app/dashboard/dashboard.module.ts index c151da2..6e4c09a 100644 --- a/src/app/dashboard/dashboard.module.ts +++ b/src/app/dashboard/dashboard.module.ts @@ -19,6 +19,7 @@ import { TransactionLogComponent } from './transaction-log.component'; import { CategoryMonthComponent } from './category-month.component'; import { PayrollLogComponent } from './payroll-log.component'; import { SuppliersComponent } from './suppliers.component'; +import { MoreStuffComponent } from './more-graphs-and-tables.component'; import { LeaderboardComponent } from './leaderboard.component'; import { MapComponent } from './map.component'; import { TrailMapComponent } from './trail-map.component'; @@ -90,6 +91,7 @@ import { environment } from '../../environments/environment'; OrgPiePanel, BubbleChartComponent, SuppliersComponent, + MoreStuffComponent, ], providers: [ CurrencyPipe,