diff options
Diffstat (limited to 'library/cropperjs/src/index.js')
-rw-r--r-- | library/cropperjs/src/index.js | 3 |
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; |