refactor(ftp): fix rxjs import

This commit is contained in:
Daniel
2018-04-21 15:29:59 +02:00
parent a6450c6d07
commit 8b1bb3ba17
+1 -1
View File
@@ -1,6 +1,6 @@
import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
import { Observable } from 'rxjs';
import { Observable } from 'rxjs/observable';
/**
* @name FTP