import Head from 'next/head' import { THEMES, COLORS } from '../lib/constants' import Reset from './style/Reset' import Font from './style/Font' import Typography from './style/Typography' import '../static/react-crop.css' import '../static/react-spinner.css' export default () => (
Carbon {THEMES.filter(t => t.hasStylesheet !== false).map((theme, i) => ( ))}
)