style: add components

This commit is contained in:
ghost2023
2026-05-20 12:03:15 +03:00
parent 841d8c803f
commit e1aa01724f
3 changed files with 42 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ export type {
export * from "./components/button";
export * from "./components/input";
export * from "./components/textarea";
export * from "./components/label";
export * from "./components/card";
export * from "./components/data-table";