Skip to content

Commit f7a1d7f

Browse files
committed
Fix select componenet
1 parent 4d39b86 commit f7a1d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/contexts/useSelect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use client'
12
import { createContext, useContext } from 'react'
23

34
type SelectType = 'default' | 'radio' | 'checkbox'

0 commit comments

Comments
 (0)