chore(packaging): update import for the new file structure
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import {Injector, Key} from "di/di";
|
||||
import {reflector} from 'reflection/src/reflection';
|
||||
import {getIntParameter, bindAction} from 'e2e_test_lib/src/benchmark_util';
|
||||
import {Injector, Key} from "angular2/di";
|
||||
import {reflector} from 'angular2/src/reflection/reflection';
|
||||
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
|
||||
|
||||
var count = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user