Fix async queue

[MAILPOET-1794]
This commit is contained in:
Pavel Dohnal
2019-02-11 11:17:33 +01:00
committed by M. Shull
parent bf6b121796
commit 5425b91321

View File

@@ -1,6 +1,7 @@
import Backbone from 'backbone';
import _ from 'underscore';
import jQuery from 'jquery';
import 'asyncqueue';
import MailPoet from 'mailpoet';
import Handlebars from 'handlebars';
import Papa from 'papaparse';