diff --git a/packages/shadcn-ui/src/components/index.tsx b/packages/shadcn-ui/src/components/index.tsx index 49eb7f39..d987f423 100644 --- a/packages/shadcn-ui/src/components/index.tsx +++ b/packages/shadcn-ui/src/components/index.tsx @@ -5,6 +5,7 @@ export * from "./aspect-ratio.tsx"; export * from "./avatar.tsx"; export * from "./badge.tsx"; export * from "./breadcrumb.tsx"; +export * from "./button-group.tsx"; export * from "./button.tsx"; export * from "./calendar.tsx"; export * from "./card.tsx"; @@ -17,9 +18,14 @@ export * from "./dialog.tsx"; export * from "./drawer.tsx"; export * from "./dropdown-menu.tsx"; export * from "./empty.tsx"; +export * from "./field.tsx"; export * from "./form.tsx"; export * from "./hover-card.tsx"; +export * from "./input-group.tsx"; +export * from "./input-otp.tsx"; export * from "./input.tsx"; +export * from "./item.tsx"; +export * from "./kbd.tsx"; export * from "./label.tsx"; export * from "./menubar.tsx"; export * from "./navigation-menu.tsx"; @@ -36,6 +42,7 @@ export * from "./sidebar.tsx"; export * from "./skeleton.tsx"; export * from "./slider.tsx"; export * from "./sonner.tsx"; +export * from "./spinner.tsx"; export * from "./switch.tsx"; export * from "./table.tsx"; export * from "./tabs.tsx"; diff --git a/packages/shadcn-ui/src/components/input-otp.tsx b/packages/shadcn-ui/src/components/input-otp.tsx index 4511ea4c..9c4c9328 100644 --- a/packages/shadcn-ui/src/components/input-otp.tsx +++ b/packages/shadcn-ui/src/components/input-otp.tsx @@ -1,5 +1,3 @@ -"use client" - import * as React from "react" import { OTPInput, OTPInputContext } from "input-otp" import { MinusIcon } from "lucide-react"