mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: wrong imports in tests
This commit is contained in:
parent
975a3d17bc
commit
6d4f83040b
7 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ import { ARROW_TYPE } from "@excalidraw/common";
|
|||
import { pointFrom } from "@excalidraw/math";
|
||||
import { Excalidraw, mutateElement } from "@excalidraw/excalidraw";
|
||||
|
||||
import Scene from "@excalidraw/excalidraw/scene/Scene";
|
||||
import Scene from "@excalidraw/excalidraw/src/scene/Scene";
|
||||
import { actionSelectAll } from "@excalidraw/excalidraw/actions";
|
||||
import { actionDuplicateSelection } from "@excalidraw/excalidraw/actions/actionDuplicateSelection";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue