Skip to content

Commit

Permalink
fix(str-prnt): rxjs 6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored May 5, 2018
1 parent e0b0687 commit 48714d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/star-prnt/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 Printer {
/**
Expand Down

0 comments on commit 48714d7

Please sign in to comment.