feat: use @excalidraw/utils as a workspace in the codebase

This commit is contained in:
Aakansha Doshi 2024-05-03 15:54:06 +05:30
parent d9bbf1eda6
commit 6a1477a55c
12 changed files with 151 additions and 73 deletions

View file

@ -1,4 +1,4 @@
import { Point, Polygon, GeometricShape } from "./geometry/shape";
import type { Point, Polygon, GeometricShape } from "./geometry/shape";
import {
pointInEllipse,
pointInPolygon,