From b4b6bb31f6339413c0c58f551e598705e2b9c26c Mon Sep 17 00:00:00 2001 From: Begarudev Date: Wed, 20 May 2026 14:31:41 +0530 Subject: [PATCH] remove stale disabled autofocus fixture --- src/examples/2025/board.fixture.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/examples/2025/board.fixture.tsx b/src/examples/2025/board.fixture.tsx index 65ae1b74..2da2f786 100644 --- a/src/examples/2025/board.fixture.tsx +++ b/src/examples/2025/board.fixture.tsx @@ -112,20 +112,6 @@ export const AtariBoard = () => { ) } -export const DisabledAutoFocus = () => { - const circuit = new Circuit() - - circuit.add() - - const soup = circuit.getCircuitJson() - - return ( -
- -
- ) -} - export default { BasicRectangleBoard, TriangleBoard,