We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca532e commit b41c9f2Copy full SHA for b41c9f2
site/components/InteractiveGraphicsCanvas.tsx
@@ -13,7 +13,7 @@ interface InteractiveGraphicsCanvasProps {
13
width?: number | string
14
}
15
16
-export default function InteractiveGraphicsCanvas({
+export function InteractiveGraphicsCanvas({
17
graphics,
18
showLabelsByDefault = true,
19
showGrid = true,
@@ -305,3 +305,5 @@ export default function InteractiveGraphicsCanvas({
305
</div>
306
)
307
308
+
309
+export default InteractiveGraphicsCanvas
0 commit comments