mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: old paths updated to reflect new path for files in excalidraw package
This commit is contained in:
parent
98e7946887
commit
18a187e470
107 changed files with 256 additions and 242 deletions
|
@ -2,11 +2,11 @@ import {
|
|||
ArrowheadArrowIcon,
|
||||
CloseIcon,
|
||||
TrashIcon,
|
||||
} from "@excalidraw/excalidraw/components/icons";
|
||||
} from "@excalidraw/excalidraw/src/components/icons";
|
||||
import {
|
||||
bootstrapCanvas,
|
||||
getNormalizedCanvasDimensions,
|
||||
} from "@excalidraw/excalidraw/renderer/helpers";
|
||||
} from "@excalidraw/excalidraw/src/renderer/helpers";
|
||||
import { type AppState } from "@excalidraw/excalidraw/src/types";
|
||||
import { throttleRAF } from "@excalidraw/common";
|
||||
import { useCallback, useImperativeHandle, useRef } from "react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue