fix segmented control export (#627)

* f: adds export segmented control component

* f: changeset
This commit is contained in:
marcelines 2024-10-17 15:23:10 +01:00 committed by GitHub
parent 6d7254f2d2
commit 2c56ff2584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@status-im/components': patch
---
adds segmented control to index file

View File

@ -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'