Skip to content

Commit

Permalink
refactor(operator): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Feb 16, 2017
1 parent fb914cb commit 6735a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operators/Operator.ts
@@ -1,8 +1,8 @@
/**
* Created by tushar on 16/02/17.
*/
import {Subscription} from '../types/core/Subscription'
import {Observer} from '../types/core/Observer'
import {Subscription} from '../lib/Subscription'
import {Observer} from '../lib/Observer'

export interface Operator<T> extends Subscription, Observer<T> {
}

0 comments on commit 6735a4c

Please sign in to comment.