diff --git a/examples/example22-symbol-sizing-comparison.fixture.tsx b/examples/example22-symbol-sizing-comparison.fixture.tsx new file mode 100644 index 0000000..b622df4 --- /dev/null +++ b/examples/example22-symbol-sizing-comparison.fixture.tsx @@ -0,0 +1,85 @@ +import { SchematicViewer } from "lib/components/SchematicViewer" +import { renderToCircuitJson } from "lib/dev/render-to-circuit-json" + +const circuitJson = renderToCircuitJson( + + + + + + + + + + + + + + + + + + + , +) + +export default () => ( + +)