From b713dec30990eda427b0bd132ca1a50bc428be78 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 22 Aug 2021 09:55:57 +0200 Subject: [PATCH] Sort imports --- .../pages/portfolio/allocations/allocations-page.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cec11e5de..b44822832 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 @@ -3,7 +3,7 @@ import { ToggleOption } from '@ghostfolio/client/components/toggle/interfaces/to import { DataService } from '@ghostfolio/client/services/data.service'; import { ImpersonationStorageService } from '@ghostfolio/client/services/impersonation-storage.service'; import { UserService } from '@ghostfolio/client/services/user/user.service'; -import { ghostfolioCashSymbol, UNKNOWN_KEY } from '@ghostfolio/common/config'; +import { UNKNOWN_KEY, ghostfolioCashSymbol } from '@ghostfolio/common/config'; import { PortfolioDetails, PortfolioPosition,