aboutsummaryrefslogtreecommitdiffstats
path: root/library/cropperjs/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/cropperjs/src/index.js')
-rw-r--r--library/cropperjs/src/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cropperjs/src/index.js b/library/cropperjs/src/index.js
new file mode 100644
index 000000000..ac940610f
--- /dev/null
+++ b/library/cropperjs/src/index.js
@@ -0,0 +1,3 @@
+import Cropper from './js/cropper';
+
+export default Cropper;