refactor(): remove unused import

This commit is contained in:
Ibby Hadeed 2017-05-17 10:54:58 -04:00
parent b8b605db5e
commit 73a510f9c2

View File

@ -1,4 +1,4 @@
import { get, getPlugin, getPromise, cordovaWarn, pluginWarn } from './util';
import { getPlugin, getPromise, cordovaWarn, pluginWarn } from './util';
import { checkReady } from './bootstrap';
import { CordovaOptions } from './decorators';