5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
![]() |
import { theme as light } from './light.mjs'
|
||
|
import { theme as dark } from './dark.mjs'
|
||
|
|
||
|
export const themes = { light, dark }
|