From c3dc4889348525164bfd07a5d6cf6780620fc744 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Tue, 19 May 2026 21:26:35 +0200 Subject: [PATCH] Fix CI dead-code failures --- docs-site/components/semantic-layer-flow.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs-site/components/semantic-layer-flow.tsx b/docs-site/components/semantic-layer-flow.tsx index f4f77506..27e3634f 100644 --- a/docs-site/components/semantic-layer-flow.tsx +++ b/docs-site/components/semantic-layer-flow.tsx @@ -105,7 +105,6 @@ const WAREHOUSE_W = 304; const WAREHOUSE_H = 92; const WAREHOUSE_X = (CANVAS_W - WAREHOUSE_W) / 2; const WAREHOUSE_Y = LANES_BOTTOM_Y + 56; -const CANVAS_H = WAREHOUSE_Y + WAREHOUSE_H + 32; const MANUAL_STROKE = "#94a3b8"; const KTX_STROKE = "#0891b2"; @@ -869,5 +868,3 @@ export function SemanticLayerFlow() { ); } - -export default SemanticLayerFlow;