Browse Source
Task/clean up unused import in holdings table component (#5682)
* Clean up
pull/5683/head
Thomas Kaul
2 weeks 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,4 +1,3 @@ |
|
|
|
import { GfSymbolPipe } from '@ghostfolio/client/pipes/symbol/symbol.pipe'; |
|
|
|
import { getLocale } from '@ghostfolio/common/helper'; |
|
|
|
import { |
|
|
|
AssetProfileIdentifier, |
|
|
@ -34,7 +33,6 @@ import { GfValueComponent } from '../value/value.component'; |
|
|
|
imports: [ |
|
|
|
CommonModule, |
|
|
|
GfEntityLogoComponent, |
|
|
|
GfSymbolPipe, |
|
|
|
GfValueComponent, |
|
|
|
MatButtonModule, |
|
|
|
MatDialogModule, |
|
|
|