Skip to content

Commit

Permalink
fix(🐛): fix v1 support in v2 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Sep 8, 2020
1 parent 3933f50 commit b200083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * from "./Transitions";
export * from "./Math";
export * from "./Vector";
export { default as ReText } from "./ReText";
export * as v1 from "./v1";
import "./v1";

0 comments on commit b200083

Please sign in to comment.