Skip to content

Commit

Permalink
fix(compat): remove internal from import locations
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Jan 27, 2019
1 parent 3a11d25 commit 0551147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compat/Observable.ts
@@ -1,2 +1,2 @@
export {Observable} from 'rxjs/internal/Observable';
export {Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs/internal/types';
export {Observable} from 'rxjs';
export {Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs';

0 comments on commit 0551147

Please sign in to comment.