Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
fix: make less bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Jan 13, 2019
1 parent fda7db5 commit eea3405
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared/lib/vendor/CustomEase.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export var CustomEase = {
create() {}
};
export { CustomEase as default };
2 changes: 2 additions & 0 deletions shared/lib/vendor/DrawSVGPlugin.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const DrawSVGPlugin = {};
export { DrawSVGPlugin, DrawSVGPlugin as default };
2 changes: 2 additions & 0 deletions shared/lib/vendor/SplitText.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export var SplitText = {};
export { SplitText as default };

0 comments on commit eea3405

Please sign in to comment.