Move context folder into src

This commit is contained in:
Deepen Timalsina 2025-04-14 21:06:04 +05:45
parent ee3d81aa07
commit 790143c1ca
25 changed files with 29 additions and 29 deletions

View file

@ -19,7 +19,7 @@ import type {
} from "@excalidraw/element/types";
import { trackEvent } from "../analytics";
import { useUIAppState } from "../context/ui-appState";
import { useUIAppState } from "../src/context/ui-appState";
import {
distributeLibraryItemsOnSquareGrid,
libraryItemsAtom,