Fixing math package

This commit is contained in:
Marcel Mraz 2025-03-17 14:05:13 +01:00
parent 44d8a6b4fe
commit 5e68895709
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
26 changed files with 37 additions and 37 deletions

View file

@ -1,12 +1,12 @@
export * from "./angle";
export * from "./curve";
export * from "./line";
export * from "./point";
export * from "./polygon";
export * from "./range";
export * from "./rectangle";
export * from "./segment";
export * from "./triangle";
export * from "./types";
export * from "./vector";
export * from "./utils";
export * from "./src/angle";
export * from "./src/curve";
export * from "./src/line";
export * from "./src/point";
export * from "./src/polygon";
export * from "./src/range";
export * from "./src/rectangle";
export * from "./src/segment";
export * from "./src/triangle";
export * from "./src/types";
export * from "./src/vector";
export * from "./src/utils";