Browse Source
Feature/clean up imports of holdings table component (#4159)
* Clean up imports
pull/4160/head
Thomas Kaul
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
libs/ui/src/lib/holdings-table/holdings-table.component.ts
|
@ -1,5 +1,4 @@ |
|
|
import { GfAssetProfileIconComponent } from '@ghostfolio/client/components/asset-profile-icon/asset-profile-icon.component'; |
|
|
import { GfAssetProfileIconComponent } from '@ghostfolio/client/components/asset-profile-icon/asset-profile-icon.component'; |
|
|
import { GfHoldingDetailDialogComponent } from '@ghostfolio/client/components/holding-detail-dialog/holding-detail-dialog.component'; |
|
|
|
|
|
import { GfSymbolModule } from '@ghostfolio/client/pipes/symbol/symbol.module'; |
|
|
import { GfSymbolModule } from '@ghostfolio/client/pipes/symbol/symbol.module'; |
|
|
import { getLocale } from '@ghostfolio/common/helper'; |
|
|
import { getLocale } from '@ghostfolio/common/helper'; |
|
|
import { |
|
|
import { |
|
@ -35,7 +34,6 @@ import { Subject, Subscription } from 'rxjs'; |
|
|
imports: [ |
|
|
imports: [ |
|
|
CommonModule, |
|
|
CommonModule, |
|
|
GfAssetProfileIconComponent, |
|
|
GfAssetProfileIconComponent, |
|
|
GfHoldingDetailDialogComponent, |
|
|
|
|
|
GfNoTransactionsInfoComponent, |
|
|
GfNoTransactionsInfoComponent, |
|
|
GfSymbolModule, |
|
|
GfSymbolModule, |
|
|
GfValueComponent, |
|
|
GfValueComponent, |
|
|