move the files to src and tests folders under utils

This commit is contained in:
Aakansha Doshi 2024-05-09 13:30:26 +05:30
parent a76999e9a2
commit 58567dd2b6
13 changed files with 55 additions and 42 deletions

View file

@ -1,6 +1,6 @@
export * from "./export";
export * from "./withinBounds";
export * from "./bbox";
export * from "./collision";
export * from "./geometry/shape";
export * from "./geometry/geometry";
export * from "./src/export";
export * from "./src/withinBounds";
export * from "./src/bbox";
export * from "./src/collision";
export * from "./src/geometry/shape";
export * from "./src/geometry/geometry";