Skip to content

Commit

Permalink
fix(react): export through index
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-platonov-zocdoc committed Sep 21, 2018
1 parent d1cbb00 commit 0a94176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { ApplicationRoot } from './ApplicationRoot';
export { ResolvableComponent } from './ResolvableComponent';
export { override as dependency } from 'metaf-resolvable';
export { overrideRequirement as requirement } from './Resolver';
export { defineRequirement } from './defineRequirement';

0 comments on commit 0a94176

Please sign in to comment.