ward import fixed
This commit is contained in:
parent
0644f366a8
commit
1aa6f658c9
2 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue