fix(appodeal): removed bad imports

This commit is contained in:
Perry Govier
2018-06-25 14:57:26 -05:00
committed by Mike Hartington
parent 406ad12232
commit 7d5e7aaa7d
3 changed files with 2 additions and 4 deletions
@@ -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;