From f2bcfea0fb866a91e4d339b0f48f4f3fc76a3197 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 23 Jul 2019 11:43:44 +0200 Subject: [PATCH] Revert "fix lint" This reverts commit 5c1c1f64b6623c1891f00da3438885f15745161c. --- src/cryptodevices.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptodevices.js b/src/cryptodevices.js index 6f10799300..246fae3d73 100644 --- a/src/cryptodevices.js +++ b/src/cryptodevices.js @@ -16,6 +16,7 @@ limitations under the License. import Resend from './Resend'; import sdk from './index'; +import dis from './dispatcher'; import Modal from './Modal'; import { _t } from './languageHandler';