Skip to content

Commit

Permalink
fix(reframe): Fix import case.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Apr 11, 2018
1 parent c20185a commit 651fe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import { Observable } from "rxjs/Observable";
import { IScheduler } from "rxjs/Scheduler";
import { VirtualTimeScheduler } from "rxjs/Scheduler/VirtualTimeScheduler";
import { animationFrame } from "rxjs/scheduler/animationFrame";
import { VirtualTimeScheduler } from "rxjs/scheduler/VirtualTimeScheduler";
import { asap } from "rxjs/scheduler/asap";
import { async } from "rxjs/scheduler/async";
import { queue } from "rxjs/scheduler/queue";
Expand Down

0 comments on commit 651fe31

Please sign in to comment.