import { theme as treatTheme } from './theme.treat';
import vanillaTheme from './docsTheme.css';

export default {
  ...treatTheme,
  vanillaTheme,
};
