diff --git a/dashboard-next/src/app/page.tsx b/dashboard-next/src/app/page.tsx
index d127535..c0f345d 100644
--- a/dashboard-next/src/app/page.tsx
+++ b/dashboard-next/src/app/page.tsx
@@ -13,7 +13,6 @@ import { PositionsPanel } from "@/components/positions-panel";
import { OBIDetail } from "@/components/obi-detail";
import OrderBookDepthMap from "@/components/orderbook-depth-map";
import L2Terminal from "@/components/L2Terminal";
-import QuantReport from "@/components/QuantReport";
import { useLiveMetrics, usePaperMetrics, fetchHistorical, fetchBacktestDetail, recalcBacktest } from "@/lib/api";
import type { Strategy, BacktestSummary, BacktestFull, Trade, Position, Order } from "@/lib/types";
@@ -278,16 +277,7 @@ export default function Dashboard() {
No trades recorded yet
)}
-
- {/* Quant Report — QF-Lib inline */}
-
-
-
-
- {/* Live L2 Order Book + Trade Tape (all strategies, live tab only) */}
+ {/* Live L2 Order Book + Trade Tape (all strategies, live tab only) */}
{detailTab === "live" && (