mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove unused imports
This commit is contained in:
parent
0cbf244bd8
commit
eec3f67d72
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import {
|
||||||
FileId,
|
FileId,
|
||||||
} from "../element/types";
|
} from "../element/types";
|
||||||
import { newLinearElement } from "../element";
|
import { newLinearElement } from "../element";
|
||||||
import { Excalidraw, isLinearElement } from "../index";
|
import { Excalidraw } from "../index";
|
||||||
import { mutateElement } from "../element/mutateElement";
|
import { mutateElement } from "../element/mutateElement";
|
||||||
import { NormalizedZoomValue } from "../types";
|
import { NormalizedZoomValue } from "../types";
|
||||||
import { ROUNDNESS } from "../constants";
|
import { ROUNDNESS } from "../constants";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue