From fb98a5d5417778cd5fcc6ce6633b26b3f28175ae Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 1 Feb 2025 10:58:29 +0100 Subject: [PATCH] Fix Frontend --- .../pages/portfolio/allocations/allocations-page.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts b/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts index 233c4bd30..bedab34ea 100644 --- a/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts +++ b/apps/client/src/app/pages/portfolio/allocations/allocations-page.component.ts @@ -7,6 +7,7 @@ import { MAX_TOP_HOLDINGS, UNKNOWN_KEY } from '@ghostfolio/common/config'; import { prettifySymbol } from '@ghostfolio/common/helper'; import { AssetProfileIdentifier, + Holding, HoldingWithParents, PortfolioDetails, PortfolioPosition,