mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
lint
This commit is contained in:
parent
5325f58895
commit
13ce3cd166
1 changed files with 1 additions and 2 deletions
|
@ -19,6 +19,7 @@ import {
|
||||||
type LocalPoint,
|
type LocalPoint,
|
||||||
pointFrom,
|
pointFrom,
|
||||||
type Radians,
|
type Radians,
|
||||||
|
type ElementsSegmentsMap,
|
||||||
} from "@excalidraw/math";
|
} from "@excalidraw/math";
|
||||||
|
|
||||||
import { getElementLineSegments } from "@excalidraw/element/bounds";
|
import { getElementLineSegments } from "@excalidraw/element/bounds";
|
||||||
|
@ -33,8 +34,6 @@ import { getLassoSelectedElementIds } from "../lasso/utils";
|
||||||
|
|
||||||
import { act, render } from "./test-utils";
|
import { act, render } from "./test-utils";
|
||||||
|
|
||||||
import type { ElementsSegmentsMap } from "../lasso/utils";
|
|
||||||
|
|
||||||
const { h } = window;
|
const { h } = window;
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue