mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-28 11:49:53 +02:00
refactor: separate elements logic into a standalone package (#9285)
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
createRedoAction,
|
||||
createUndoAction,
|
||||
} from "@excalidraw/excalidraw/actions/actionHistory";
|
||||
import { syncInvalidIndices } from "@excalidraw/excalidraw/fractionalIndex";
|
||||
import { syncInvalidIndices } from "@excalidraw/element/fractionalIndex";
|
||||
import { API } from "@excalidraw/excalidraw/tests/helpers/api";
|
||||
import { act, render, waitFor } from "@excalidraw/excalidraw/tests/test-utils";
|
||||
import { vi } from "vitest";
|
||||
|
Reference in New Issue
Block a user