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;