mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:23:10 +08:00
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…
Reference in New Issue
Block a user