Skip to content

Commit

Permalink
chore: make importing display functions in ui-components easier (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills authored Mar 24, 2021
1 parent 29b6dee commit 4b7cad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-components/src/display/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './display';
1 change: 1 addition & 0 deletions packages/ui-components/src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { default as NatAmountInput } from './components/NatAmountInput';
export * from './display/display';

0 comments on commit 4b7cad1

Please sign in to comment.