diff --git a/src/index.tsx b/src/index.tsx index 80bfb5d..755befd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,3 +1,5 @@ +export { cn } from "./cn" + export { Button } from "./button" export type { ButtonProps } from "./button"