mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move context folder into src
This commit is contained in:
parent
ee3d81aa07
commit
790143c1ca
25 changed files with 29 additions and 29 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue