refactor(iab): fix rxjs 6 import
This commit is contained in:
parent
f348f95e56
commit
fbaacfb572
@ -1,4 +1,4 @@
|
||||
import { Observable } from 'rxjs/Observable';
|
||||
import { Observable } from 'rxjs';
|
||||
|
||||
declare const cordova: Cordova & { InAppBrowser: any };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user