Update import/exports to be more tree-shake friendly

This commit is contained in:
2026-02-14 21:12:16 -05:00
parent 61cceb41ba
commit da0db483aa
29 changed files with 260 additions and 357 deletions

View File

@@ -1,14 +1,11 @@
export * from "$/component/button";
export * from "$/component/checkbox";
export * from "$/component/input";
export * from "$/component/loading";
export * from "$/component/message";
export * from "$/component/modal";
export * from "$/component/nav";
export * from "$/component/progress";
export * from "$/component/radio";
export * from "$/component/switch";
export * from "$/component/tab";
export * from "$/component/theme";
export * from "$/component/toaster";
export * from "$/providers/theme/theme";