Skip to content

Commit 028c91e

Browse files
authored
fix: add missing Skeleton component export
1 parent e0e6050 commit 028c91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export * from "@/components/card";
33
export * from "@/components/form";
44
export * from "@/components/input";
55
export * from "@/components/label";
6+
export * from "@/components/skeleton";
67
export { cn } from "@/lib/utils";

0 commit comments

Comments
 (0)