Skip to content
This repository was archived by the owner on Jun 19, 2018. It is now read-only.

Commit c4817ee

Browse files
author
Andrew Levine
committed
Export Price component from root index.js
1 parent c899c03 commit c4817ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Price/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from './Price';

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export { default as ContainerChild } from './ContainerChild';
33
export { default as List, Items, Item } from './List';
44
export { default as Router } from './Router';
55
export { default as Simulators } from './Simulators';
6+
export { default as Price } from './Price';

0 commit comments

Comments
 (0)