8 lines
120 B

import dark from './dark'
import light from './light'
export { dark }
export { light }
export default { dark, light }