Actualización shadcn/ui
This commit is contained in:
parent
3dbca394bd
commit
cb9c8e5061
@ -5,6 +5,7 @@ export * from "./aspect-ratio.tsx";
|
|||||||
export * from "./avatar.tsx";
|
export * from "./avatar.tsx";
|
||||||
export * from "./badge.tsx";
|
export * from "./badge.tsx";
|
||||||
export * from "./breadcrumb.tsx";
|
export * from "./breadcrumb.tsx";
|
||||||
|
export * from "./button-group.tsx";
|
||||||
export * from "./button.tsx";
|
export * from "./button.tsx";
|
||||||
export * from "./calendar.tsx";
|
export * from "./calendar.tsx";
|
||||||
export * from "./card.tsx";
|
export * from "./card.tsx";
|
||||||
@ -17,9 +18,14 @@ export * from "./dialog.tsx";
|
|||||||
export * from "./drawer.tsx";
|
export * from "./drawer.tsx";
|
||||||
export * from "./dropdown-menu.tsx";
|
export * from "./dropdown-menu.tsx";
|
||||||
export * from "./empty.tsx";
|
export * from "./empty.tsx";
|
||||||
|
export * from "./field.tsx";
|
||||||
export * from "./form.tsx";
|
export * from "./form.tsx";
|
||||||
export * from "./hover-card.tsx";
|
export * from "./hover-card.tsx";
|
||||||
|
export * from "./input-group.tsx";
|
||||||
|
export * from "./input-otp.tsx";
|
||||||
export * from "./input.tsx";
|
export * from "./input.tsx";
|
||||||
|
export * from "./item.tsx";
|
||||||
|
export * from "./kbd.tsx";
|
||||||
export * from "./label.tsx";
|
export * from "./label.tsx";
|
||||||
export * from "./menubar.tsx";
|
export * from "./menubar.tsx";
|
||||||
export * from "./navigation-menu.tsx";
|
export * from "./navigation-menu.tsx";
|
||||||
@ -36,6 +42,7 @@ export * from "./sidebar.tsx";
|
|||||||
export * from "./skeleton.tsx";
|
export * from "./skeleton.tsx";
|
||||||
export * from "./slider.tsx";
|
export * from "./slider.tsx";
|
||||||
export * from "./sonner.tsx";
|
export * from "./sonner.tsx";
|
||||||
|
export * from "./spinner.tsx";
|
||||||
export * from "./switch.tsx";
|
export * from "./switch.tsx";
|
||||||
export * from "./table.tsx";
|
export * from "./table.tsx";
|
||||||
export * from "./tabs.tsx";
|
export * from "./tabs.tsx";
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
"use client"
|
|
||||||
|
|
||||||
import * as React from "react"
|
import * as React from "react"
|
||||||
import { OTPInput, OTPInputContext } from "input-otp"
|
import { OTPInput, OTPInputContext } from "input-otp"
|
||||||
import { MinusIcon } from "lucide-react"
|
import { MinusIcon } from "lucide-react"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user