diff --git a/src/examples/2025/board.fixture.tsx b/src/examples/2025/board.fixture.tsx index 65ae1b74..a4ef1ca5 100644 --- a/src/examples/2025/board.fixture.tsx +++ b/src/examples/2025/board.fixture.tsx @@ -111,21 +111,6 @@ export const AtariBoard = () => { ) } - -export const DisabledAutoFocus = () => { - const circuit = new Circuit() - - circuit.add() - - const soup = circuit.getCircuitJson() - - return ( -
- -
- ) -} - export default { BasicRectangleBoard, TriangleBoard,