mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
9 lines
248 B
TypeScript
9 lines
248 B
TypeScript
'use client'
|
|
|
|
// Re-export from modular theme files
|
|
export { lightTheme } from './modes/light-theme'
|
|
export { darkTheme } from './modes/dark-theme'
|
|
export { colors } from './colors'
|
|
export { fonts } from './fonts'
|
|
export { layout } from './layout'
|