Browse Source

feat(app): update usage

pull/5363/head
KenTandrian 1 week ago
parent
commit
bb885e148f
  1. 4
      apps/client/src/app/components/home-overview/home-overview.component.ts

4
apps/client/src/app/components/home-overview/home-overview.component.ts

@ -1,4 +1,4 @@
import { GfPortfolioPerformanceModule } from '@ghostfolio/client/components/portfolio-performance/portfolio-performance.module';
import { GfPortfolioPerformanceComponent } from '@ghostfolio/client/components/portfolio-performance/portfolio-performance.component';
import { LayoutService } from '@ghostfolio/client/core/layout.service';
import { DataService } from '@ghostfolio/client/services/data.service';
import { ImpersonationStorageService } from '@ghostfolio/client/services/impersonation-storage.service';
@ -32,7 +32,7 @@ import { takeUntil } from 'rxjs/operators';
imports: [
CommonModule,
GfLineChartComponent,
GfPortfolioPerformanceModule,
GfPortfolioPerformanceComponent,
MatButtonModule,
RouterModule
],

Loading…
Cancel
Save