mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
move the files to src and tests folders under utils
This commit is contained in:
parent
a76999e9a2
commit
58567dd2b6
13 changed files with 55 additions and 42 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue