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,