Updated some configs

This commit is contained in:
2025-08-09 18:26:44 -04:00
parent 46aa1e4dda
commit 689f446806
9 changed files with 1793 additions and 113 deletions

6
lib/component/theme.ts Normal file
View File

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