mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 20:39:54 +02:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { PRECISION } from "./utils";
|
||||
|
||||
import type {
|
||||
Degrees,
|
||||
GlobalPoint,
|
||||
@@ -5,7 +7,6 @@ import type {
|
||||
PolarCoords,
|
||||
Radians,
|
||||
} from "./types";
|
||||
import { PRECISION } from "./utils";
|
||||
|
||||
// TODO: Simplify with modulo and fix for angles beyond 4*Math.PI and - 4*Math.PI
|
||||
export const normalizeRadians = (angle: Radians): Radians => {
|
||||
|
Reference in New Issue
Block a user