Skip to content

Commit

Permalink
fix(🐛): Fix export (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Sep 29, 2020
1 parent 5277018 commit 778206f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from "./Math";
export * from "./Vectors";
export * from "./Colors";
export * from "./Paths";
export * from "./Physics";
export { default as ReText } from "./ReText";

0 comments on commit 778206f

Please sign in to comment.