diff options
Diffstat (limited to 'packages/excalidraw/components/canvases/index.tsx')
| -rw-r--r-- | packages/excalidraw/components/canvases/index.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/excalidraw/components/canvases/index.tsx b/packages/excalidraw/components/canvases/index.tsx new file mode 100644 index 0000000..b3956d7 --- /dev/null +++ b/packages/excalidraw/components/canvases/index.tsx @@ -0,0 +1,4 @@ +import InteractiveCanvas from "./InteractiveCanvas"; +import StaticCanvas from "./StaticCanvas"; + +export { InteractiveCanvas, StaticCanvas }; |
