Fix import of a module that does not use 'export default'

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-21 10:25:21 +01:00
committed by M. Shull
parent 5c92af4881
commit ce0a761eab

View File

@@ -6,7 +6,7 @@ import Marionette from 'backbone.marionette';
import $ from 'jquery'; import $ from 'jquery';
import Blob from 'blob'; import Blob from 'blob';
import FileSaver from 'file-saver'; import FileSaver from 'file-saver';
import Thumbnail from 'common/thumbnail.jsx'; import * as Thumbnail from 'common/thumbnail.jsx';
import _ from 'underscore'; import _ from 'underscore';
var Module = {}; var Module = {};