Skip to content

Commit

Permalink
fix(index-app-content): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Jun 28, 2018
1 parent fe5b7ce commit 189d66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/index-app-content/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Cordova, CordovaFunctionOverride, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';

export interface IndexItem {
Expand Down

0 comments on commit 189d66c

Please sign in to comment.