code: theme,nextjs,mui (1 files)

This commit is contained in:
2025-12-26 04:21:08 +00:00
parent 922902d477
commit 89e1216a47

View File

@@ -1,8 +1,8 @@
'use client'
// Re-export from modular theme files
export { lightTheme } from './light-theme'
export { darkTheme } from './dark-theme'
export { lightTheme } from './modes/light-theme'
export { darkTheme } from './modes/dark-theme'
export { colors } from './colors'
export { fonts } from './fonts'
export { layout } from './layout'