diff options
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 44dcae66e70..32a14fa12f4 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -42,8 +42,8 @@ import './Polyfill/tooltip' import ClipboardJS from 'clipboard' import { dav } from 'davclient.js' import Handlebars from 'handlebars' -import 'jcrop/js/jquery.Jcrop' -import 'jcrop/css/jquery.Jcrop.css' +import '@nextcloud/jcrop/js/jquery.Jcrop' +import '@nextcloud/jcrop/css/jquery.Jcrop.css' import md5 from 'blueimp-md5' import moment from 'moment' import 'select2' |