add missing directive to `<SegmentedControl />` (#630)
* f * Create strong-garlics-sell.md
This commit is contained in:
parent
e30555c865
commit
3c968a2bb2
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
add missing directive to `<SegmentedControl />`
|
|
@ -1,3 +1,5 @@
|
|||
'use client'
|
||||
|
||||
import {
|
||||
cloneElement,
|
||||
createContext,
|
||||
|
|
Loading…
Reference in New Issue