Skip to content

Commit

Permalink
fix(appodeal): removed bad imports
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier authored and mhartington committed Jun 25, 2018
1 parent 406ad12 commit 7d5e7aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/@ionic-native/plugins/appodeal/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs';
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';

/**
* @name Appodeal
Expand Down
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/firebase-messaging/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs';

export interface IFirebaseMessage {
aps: any;
Expand Down
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/ftp/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs';

/**
* @name FTP
Expand Down

0 comments on commit 7d5e7aa

Please sign in to comment.