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';