From eea3405c04fb00c1dc1cf005a3d5ffbdf85edea9 Mon Sep 17 00:00:00 2001 From: Alex Van Camp Date: Sun, 13 Jan 2019 17:50:59 -0500 Subject: [PATCH] fix: make less bad --- shared/lib/vendor/CustomEase.js | 4 ++++ shared/lib/vendor/DrawSVGPlugin.js | 2 ++ shared/lib/vendor/SplitText.js | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 shared/lib/vendor/CustomEase.js create mode 100644 shared/lib/vendor/DrawSVGPlugin.js create mode 100644 shared/lib/vendor/SplitText.js diff --git a/shared/lib/vendor/CustomEase.js b/shared/lib/vendor/CustomEase.js new file mode 100644 index 0000000..754aeb8 --- /dev/null +++ b/shared/lib/vendor/CustomEase.js @@ -0,0 +1,4 @@ +export var CustomEase = { + create() {} +}; +export { CustomEase as default }; diff --git a/shared/lib/vendor/DrawSVGPlugin.js b/shared/lib/vendor/DrawSVGPlugin.js new file mode 100644 index 0000000..f77a129 --- /dev/null +++ b/shared/lib/vendor/DrawSVGPlugin.js @@ -0,0 +1,2 @@ +const DrawSVGPlugin = {}; +export { DrawSVGPlugin, DrawSVGPlugin as default }; diff --git a/shared/lib/vendor/SplitText.js b/shared/lib/vendor/SplitText.js new file mode 100644 index 0000000..4862ad7 --- /dev/null +++ b/shared/lib/vendor/SplitText.js @@ -0,0 +1,2 @@ +export var SplitText = {}; +export { SplitText as default };