mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 16:29:58 +02:00
move the files to src and tests folders under utils
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user