Remove unused imports

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-20 12:30:00 +01:00
committed by M. Shull
parent bb658f77ec
commit e95e7d3b4c
9 changed files with 0 additions and 12 deletions

View File

@ -2,9 +2,6 @@ const expect = global.expect;
const jQuery = global.jQuery;
const sinon = global.sinon;
import EditorApplication from 'newsletter_editor/App';
import Communication from 'newsletter_editor/components/communication';
/* eslint-disable-next-line max-len (ES6 -> CommonJS transform needed for inject-loader) */
import CommunicationInjector from 'inject-loader!babel-loader?plugins[]=@babel/plugin-transform-modules-commonjs!newsletter_editor/components/communication';