From f5b393548e11ce5df3403b0c28bf8bd21e0418a9 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 30 Nov 2025 15:41:52 -0800 Subject: [PATCH] cn --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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"