import { lightTheme } from './lightTheme'; import { darkTheme } from './darkTheme'; import './theme.css'; export { lightTheme, darkTheme };