Updated Build Config

This commit is contained in:
2025-08-16 09:58:40 +05:30
parent 4319823c76
commit 1c2198537a
6 changed files with 127 additions and 49 deletions
+8
View File
@@ -0,0 +1,8 @@
export { default as Button } from "./components/Button.astro";
export { default as Form } from "./components/Form.astro";
export { default as Field } from "./components/Field.astro";
export { default as MultiSelect } from "./components/MultiSelect.astro";
export { default as Icon } from "./components/Icon.astro";
// Utils
export { cn } from "./utils/cn";