Skip to content

Commit

Permalink
Add Icon to export
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Jan 10, 2024
1 parent 4c3b68b commit a595c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ if (expoApp && App.initiateExpo) {
}

// Export components here so they are exported through npm
export { SegmentedControl } from './components/SegmentedControl/SegmentedControl'
export { Button, ButtonVariants } from './components/Button/Button'
export { Icon } from './components/Icon/Icon'
export { SegmentedControl } from './components/SegmentedControl/SegmentedControl'

0 comments on commit a595c63

Please sign in to comment.