mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-08 10:07:04 +02:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import type { Curve, Degrees, GlobalPoint } from "@excalidraw/math";
|
||||
import {
|
||||
curve,
|
||||
degreesToRadians,
|
||||
@@ -7,7 +6,11 @@ import {
|
||||
pointFrom,
|
||||
pointRotateDegs,
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import type { Curve, Degrees, GlobalPoint } from "@excalidraw/math";
|
||||
|
||||
import { pointOnCurve, pointOnPolyline } from "./collision";
|
||||
|
||||
import type { Polyline } from "./geometry/shape";
|
||||
|
||||
describe("point and curve", () => {
|
||||
|
Reference in New Issue
Block a user