From 45a1efc39fb8a73cdf54b13b660a6dff3114e4a7 Mon Sep 17 00:00:00 2001 From: asiaznik Date: Thu, 20 Jul 2023 11:40:14 +0200 Subject: [PATCH] fix: import --- apps/trading/client-pages/market/trade-grid.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/trading/client-pages/market/trade-grid.tsx b/apps/trading/client-pages/market/trade-grid.tsx index a54e5d42a..086c67453 100644 --- a/apps/trading/client-pages/market/trade-grid.tsx +++ b/apps/trading/client-pages/market/trade-grid.tsx @@ -28,6 +28,7 @@ import { TradingViews } from './trade-views'; import { MarketSelector } from './market-selector'; import { HeaderStats } from './header-stats'; import { MarketSuccessorBanner } from '../../components/market-banner'; +import { FLAGS } from '@vegaprotocol/environment'; interface TradeGridProps { market: Market | null;