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' export default () => (
Carbon {THEMES.filter(t => t.hasStylesheet !== false).map((theme, i) => ( ))}
)