mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move scene folder into src
This commit is contained in:
parent
80ba0d0d77
commit
975a3d17bc
74 changed files with 105 additions and 97 deletions
|
@ -11,7 +11,7 @@ import { restore } from "@excalidraw/excalidraw/data/restore";
|
|||
import {
|
||||
exportToCanvas as _exportToCanvas,
|
||||
exportToSvg as _exportToSvg,
|
||||
} from "@excalidraw/excalidraw/scene/export";
|
||||
} from "@excalidraw/excalidraw/src/scene/export";
|
||||
|
||||
import type {
|
||||
ExcalidrawElement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue