From 0a6511231069e64e8c11d3c7e7a4b8419ef9c9c8 Mon Sep 17 00:00:00 2001 From: Tormod Haugland Date: Tue, 2 Aug 2016 00:54:06 +0200 Subject: [PATCH] Added missing import-statement in modules/formula (#836) --- modules/formula.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/formula.js b/modules/formula.js index ba0fcef628..b7e7ece277 100644 --- a/modules/formula.js +++ b/modules/formula.js @@ -1,5 +1,5 @@ import Embed from '../blots/embed'; - +import Quill from '../core/quill'; class FormulaBlot extends Embed { static create(value) {