Move scene folder into src

This commit is contained in:
Deepen Timalsina 2025-04-15 07:39:07 +05:45
parent 80ba0d0d77
commit 975a3d17bc
74 changed files with 105 additions and 97 deletions

View file

@ -11,7 +11,7 @@ import type {
PointerDownState,
} from "@excalidraw/excalidraw/types";
import type Scene from "@excalidraw/excalidraw/scene/Scene";
import type Scene from "@excalidraw/excalidraw/src/scene/Scene";
import type { NonDeletedExcalidrawElement } from "@excalidraw/element/types";