summaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/canvases/index.tsx
blob: b3956d78b88dab1f07923ca812d5b58d79b0226f (plain) (blame)
1
2
3
4
import InteractiveCanvas from "./InteractiveCanvas";
import StaticCanvas from "./StaticCanvas";

export { InteractiveCanvas, StaticCanvas };