Update build config so imports work as expected

This commit is contained in:
2026-03-11 22:52:46 -04:00
parent 0de206016a
commit ca342cc238
4 changed files with 7 additions and 5 deletions

View File

@@ -1,2 +1 @@
export { default as ThemeProvider, useTheme } from "$/providers/theme/ThemeProvider";

View File

@@ -6,6 +6,6 @@ export * from "$/component/modal";
export * from "$/component/nav";
export * from "$/component/progress";
export * from "$/component/tab";
export * from "$/component/theme";
export * from "$/component/toaster";
export * from "$/providers/theme/theme";