Move context folder in src

This commit is contained in:
Deepen Timalsina 2025-04-15 17:38:03 +05:45
parent 811023fd59
commit 6315848013
28 changed files with 33 additions and 32 deletions

View file

@ -12,7 +12,7 @@ import {
shareIOS,
shareWindows,
} from "@excalidraw/excalidraw/components/icons";
import { useUIAppState } from "@excalidraw/excalidraw/context/ui-appState";
import { useUIAppState } from "@excalidraw/excalidraw/src/context/ui-appState";
import { useCopyStatus } from "@excalidraw/excalidraw/src/hooks/useCopiedIndicator";
import { useI18n } from "@excalidraw/excalidraw/i18n";
import { KEYS, getFrame } from "@excalidraw/common";