mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
Fix CI dead-code failures
This commit is contained in:
parent
911cfdc741
commit
c3dc488934
1 changed files with 0 additions and 3 deletions
|
|
@ -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() {
|
|||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
export default SemanticLayerFlow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue