refactor(): remove unused import

This commit is contained in:
Ibby Hadeed 2017-07-11 17:29:17 -04:00 committed by GitHub
parent 953841681c
commit 146c823f2a

View File

@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, Plugin, CordovaProperty, IonicNativePlugin } from '@ionic-native/core';
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
export interface ActionSheetOptions {