mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move renderer folder into src
This commit is contained in:
parent
4a4f2c36dc
commit
2e8757ee96
24 changed files with 38 additions and 41 deletions
|
@ -6,7 +6,7 @@ import {
|
|||
import {
|
||||
bootstrapCanvas,
|
||||
getNormalizedCanvasDimensions,
|
||||
} from "@excalidraw/excalidraw/renderer/helpers";
|
||||
} from "@excalidraw/excalidraw/src/renderer/helpers";
|
||||
import { type AppState } from "@excalidraw/excalidraw/types";
|
||||
import { throttleRAF } from "@excalidraw/common";
|
||||
import { useCallback, useImperativeHandle, useRef } from "react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue