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