Skip to content

Commit 03f41f3

Browse files
committed
fix: export select
1 parent 13605b7 commit 03f41f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/ui/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ export { Button, buttonVariants } from './button'
119119
export { Alert, AlertTitle, AlertDescription } from './alert'
120120
export { Avatar, AvatarImage, AvatarFallback } from './avatar'
121121
export { Badge, badgeVariants } from './badge'
122-
export * from './checkbox'
122+
export * from './checkbox'
123+
export * from './select'

0 commit comments

Comments
 (0)