mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
lint
This commit is contained in:
parent
899304c5ef
commit
d56b9777c3
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,8 @@ import {
|
|||
|
||||
import { getElementLineSegments } from "@excalidraw/element/bounds";
|
||||
|
||||
import type { ExcalidrawElement } from "@excalidraw/element/types";
|
||||
|
||||
import { act, render } from "../tests/test-utils";
|
||||
import { Excalidraw } from "../index";
|
||||
|
||||
|
@ -30,7 +32,6 @@ import { getSelectedElements } from "../scene";
|
|||
|
||||
import { updateSelection } from "./worker";
|
||||
|
||||
import type { ExcalidrawElement } from "@excalidraw/element/types";
|
||||
import type { ElementsSegmentsMap } from "./types";
|
||||
|
||||
const { h } = window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue