Skip to content

Commit

Permalink
Feat #30 - Add components to index.ts for export
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Aug 21, 2020
1 parent 80c6afc commit 513c7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import 'normalize.css'
import 'styles/index.css'
export { default as Button } from './Button'
export { default as InputField } from './InputField'
export { default as Icon } from './Icon'
export { default as Link } from './Link'
export { default as Tag } from './Tag'
export { default as Toggle } from './Toggle'

0 comments on commit 513c7bc

Please sign in to comment.