Update component definitions

This commit is contained in:
2025-08-11 22:09:37 -04:00
parent ebe69de078
commit 3a76aed09b
12 changed files with 29 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
import ThemeProvider from "$/providers/theme/ThemeProvider";
import ThemeProvider, { useTheme } from "$/providers/theme/ThemeProvider";
export {
ThemeProvider
ThemeProvider,
useTheme
};