mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
code: theme,nextjs,mui (1 files)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user