diff --git a/web-dashboard/src/pages/TradingDashboard.tsx b/web-dashboard/src/pages/TradingDashboard.tsx index eb4a95887..7efd5fd72 100644 --- a/web-dashboard/src/pages/TradingDashboard.tsx +++ b/web-dashboard/src/pages/TradingDashboard.tsx @@ -3,7 +3,6 @@ import { CandlestickChart } from '../components/charts/CandlestickChart'; import { ComponentErrorBoundary } from '../components/common/ComponentErrorBoundary'; import { OrderBook } from '../components/trading/OrderBook'; import { PositionsTable } from '../components/trading/PositionsTable'; -import { OrderForm } from '../components/trading/OrderForm'; import { OrdersTable } from '../components/trading/OrdersTable'; import { usePositions, useOrders, useOrderBook } from '../hooks/useApi'; import { useMarketDataStream } from '../hooks/useGrpcStream'; @@ -68,14 +67,9 @@ export function TradingDashboard() { /> - {/* Bottom: Orders + Order Form */} -