From a8bce856d96e25fa5991da8bad7f7ddc345b035a Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 17 Jun 2026 13:47:34 +0300 Subject: [PATCH] fix: add back BrokerOperationImpact type import for moneyColor --- apps/frontend/src/pages/broker/BrokerOperationsTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/src/pages/broker/BrokerOperationsTable.tsx b/apps/frontend/src/pages/broker/BrokerOperationsTable.tsx index d330029..5705739 100644 --- a/apps/frontend/src/pages/broker/BrokerOperationsTable.tsx +++ b/apps/frontend/src/pages/broker/BrokerOperationsTable.tsx @@ -4,6 +4,7 @@ import { getBrokerInstrumentPath, getBrokerOperationImpact, getBrokerOperationTypeLabel, + type BrokerOperationImpact, } from './brokerDisplay'; const tableStyle = {