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