From 5c1c1f64b6623c1891f00da3438885f15745161c Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 15 Jul 2019 18:25:22 +0200 Subject: [PATCH] fix lint --- src/cryptodevices.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cryptodevices.js b/src/cryptodevices.js index b9a1fe869e..54c96e3976 100644 --- a/src/cryptodevices.js +++ b/src/cryptodevices.js @@ -16,7 +16,6 @@ limitations under the License. import Resend from './Resend'; import sdk from './index'; -import dis from './dispatcher'; import Modal from './Modal'; import { _t } from './languageHandler';