From ccb9e438b08aabf26a42c827a7deab1184c77e40 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:39:04 +0200 Subject: [PATCH] Refactoring --- libs/common/src/lib/types/x-ray-rules-settings.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/lib/types/x-ray-rules-settings.type.ts b/libs/common/src/lib/types/x-ray-rules-settings.type.ts index 2125e3fe7..a55487f0b 100644 --- a/libs/common/src/lib/types/x-ray-rules-settings.type.ts +++ b/libs/common/src/lib/types/x-ray-rules-settings.type.ts @@ -1,4 +1,4 @@ -import { PortfolioReportRule } from '../interfaces'; +import { PortfolioReportRule } from '@ghostfolio/common/interfaces'; export type XRayRulesSettings = { AccountClusterRiskCurrentInvestment?: RuleSettings;