diff --git a/src/app/containers/TradingPage/index.tsx b/src/app/containers/TradingPage/index.tsx
index c84095189..ae9477897 100644
--- a/src/app/containers/TradingPage/index.tsx
+++ b/src/app/containers/TradingPage/index.tsx
@@ -23,7 +23,6 @@ import { Header } from 'app/components/Header';
import { Footer } from '../../components/Footer';
import { TabType } from './types';
import { TradingPairDictionary } from '../../../utils/dictionaries/trading-pair-dictionary';
-import { PreOrderBanner } from '../../components/PreOrderBanner';
const s = translations.tradingPage;
interface Props {}
@@ -47,7 +46,6 @@ export function TradingPage(props: Props) {