Exports Components

This commit is contained in:
2025-08-16 22:52:33 +05:30
parent dd81d5cdb7
commit 1403bbba1b
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -2,6 +2,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 ThemeSwitcher } from "./components/ThemeSwitcher.astro";
export { default as ColorSwitcher } from "./components/ColorSwitcher.astro";
// Utils
export { cn } from "./utils/cn";