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

@@ -1,7 +1,6 @@
const expect = global.expect;
const Backbone = global.Backbone;
import EditorApplication from 'newsletter_editor/App';
import HeadingComponent from 'newsletter_editor/components/heading';
describe('Heading', function () {