index.ts 141 B

12345
  1. import { lightTheme } from './lightTheme';
  2. import { darkTheme } from './darkTheme';
  3. import './theme.css';
  4. export { lightTheme, darkTheme };