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 e644af84248..77627eb07bd 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -83,8 +83,8 @@ import jstimezonedetect from 'jstimezonedetect' import marked from 'marked' import md5 from 'blueimp-md5' import moment from 'moment' -import 'Select2' -import 'Select2/select2.css' +import 'select2' +import 'select2/select2.css' import 'snap.js/dist/snap' import 'strengthify' import 'strengthify/strengthify.css' |