Task/clean up unused import in holdings table component (#5682)

* Clean up
pull/5683/head
Thomas Kaul 8 months ago committed by GitHub
parent 2248eb77f9
commit 6dc7edb7b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,

Loading…
Cancel
Save