Browse Source

Clean up

pull/5682/head
Thomas Kaul 1 month ago
parent
commit
d110904156
  1. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.ts

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

Loading…
Cancel
Save