Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil.mysliwiec committed Mar 25, 2017
1 parent a909556 commit 5447a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export * from './controller.decorator';
export * from './component.decorator';
export * from './module.decorator';
export * from './dependencies.decorator';
export * from './inject.decorator';
export { Component as Middleware } from './component.decorator';

0 comments on commit 5447a5c

Please sign in to comment.