mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move actions folder in src
This commit is contained in:
parent
ce8542c6f9
commit
c9c6c47081
79 changed files with 276 additions and 261 deletions
|
@ -3,8 +3,8 @@ import { pointFrom } from "@excalidraw/math";
|
|||
import { Excalidraw, mutateElement } from "@excalidraw/excalidraw";
|
||||
|
||||
import Scene from "@excalidraw/excalidraw/src/scene/Scene";
|
||||
import { actionSelectAll } from "@excalidraw/excalidraw/actions";
|
||||
import { actionDuplicateSelection } from "@excalidraw/excalidraw/actions/actionDuplicateSelection";
|
||||
import { actionSelectAll } from "@excalidraw/excalidraw/src/actions";
|
||||
import { actionDuplicateSelection } from "@excalidraw/excalidraw/src/actions/actionDuplicateSelection";
|
||||
|
||||
import { API } from "@excalidraw/excalidraw/tests/helpers/api";
|
||||
import { Pointer, UI } from "@excalidraw/excalidraw/tests/helpers/ui";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue