Move utils source into src/

This commit is contained in:
Marcel Mraz 2025-03-24 12:15:37 +01:00
parent ba0a9e0cb4
commit 4a182f985b
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
31 changed files with 47 additions and 49 deletions

View file

@ -17,12 +17,12 @@ import {
render,
} from "@excalidraw/excalidraw/tests/test-utils";
import "@excalidraw/utils/test-utils";
import type { LocalPoint } from "@excalidraw/math";
import { bindLinearElement } from "../src/binding";
import "../../utils/test-utils";
import type {
ExcalidrawArrowElement,
ExcalidrawBindableElement,