import Head from 'next/head' import { THEMES, COLORS } from '../lib/constants' import Reset from './style/Reset' import Typography from './style/Typography' export default () => (
Carbon { THEMES.map((theme, i) => ( )) }
)