Feature/clean up imports of holdings table component (#4159)
* Clean up imports
This commit is contained in:
parent
3f84caa9f6
commit
8fc9d1c75c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user