chore(packaging): update imports in forms

This commit is contained in:
Yegor Jbanov 2015-02-05 14:55:41 -08:00
parent 8250a8c1ca
commit 50b553964d
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
export * from './src/model';
export * from './src/decorators';
export * from './src/forms/model';
export * from './src/forms/decorators';

View File

@ -1,5 +1,5 @@
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el} from 'test_lib/test_lib';
import {ControlGroup, Control} from 'forms/forms';
import {ddescribe, describe, it, iit, xit, expect, beforeEach, afterEach, el} from 'angular2/test_lib';
import {ControlGroup, Control} from 'angular2/forms';
export function main() {
describe("ControlGroup", () => {