Move data folder into src

This commit is contained in:
Deepen Timalsina 2025-04-15 17:47:04 +05:45
parent 6315848013
commit ce8542c6f9
53 changed files with 130 additions and 124 deletions

View file

@ -1,6 +1,6 @@
import { CaptureUpdateAction } from "@excalidraw/excalidraw";
import { trackEvent } from "@excalidraw/excalidraw/analytics";
import { encryptData } from "@excalidraw/excalidraw/data/encryption";
import { encryptData } from "@excalidraw/excalidraw/src/data/encryption";
import { newElementWith } from "@excalidraw/element/mutateElement";
import throttle from "lodash.throttle";