Skip to content

Commit

Permalink
fix segmented control export (#627)
Browse files Browse the repository at this point in the history
* f: adds export segmented control component

* f: changeset
  • Loading branch information
marcelines authored Oct 17, 2024
1 parent 6d7254f commit 2c56ff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-bobcats-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@status-im/components': patch
---

adds segmented control to index file
1 change: 1 addition & 0 deletions packages/components/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export { IconButton } from './icon-button'
export { Input } from './input'
export { Popover } from './popover'
export { StatusProvider } from './provider'
export { SegmentedControl } from './segmented-control'
export { Shortcut } from './shortcut'
export { Skeleton } from './skeleton'
export { Step } from './step'
Expand Down

0 comments on commit 2c56ff2

Please sign in to comment.