refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { clamp, round } from "@excalidraw/math";
|
||||
|
||||
import { MAX_ZOOM, MIN_ZOOM } from "../constants";
|
||||
|
||||
import type { NormalizedZoomValue } from "../types";
|
||||
|
||||
export const getNormalizedZoom = (zoom: number): NormalizedZoomValue => {
|
||||
|
||||
Reference in New Issue
Block a user