Move scene folder into src

This commit is contained in:
Deepen Timalsina 2025-04-14 21:12:42 +05:45
parent d9721802e7
commit 1ed3aeb81c
74 changed files with 100 additions and 102 deletions

View file

@ -9,7 +9,7 @@ import type {
import type {
ElementShape,
ElementShapes,
} from "@excalidraw/excalidraw/scene/types";
} from "@excalidraw/excalidraw/src/scene/types";
import { _generateElementShape } from "./Shape";