fix segmented control export (#627)
* f: adds export segmented control component * f: changeset
This commit is contained in:
parent
6d7254f2d2
commit
2c56ff2584
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@status-im/components': patch
|
||||
---
|
||||
|
||||
adds segmented control to index 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'
|
||||
|
|
Loading…
Reference in New Issue