Skip to content

Commit

Permalink
fix(compat): remove internal from import locations (#4498)
Browse files Browse the repository at this point in the history
Closes #4070
  • Loading branch information
cartant authored and benlesh committed Jan 29, 2019
1 parent 037f53d commit a6c0017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compat/Observable.ts
Original file line number Diff line number Diff line change
@@ -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 a6c0017

Please sign in to comment.