import React from 'react' import Head from 'next/head' import { THEMES } 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' import '../lib/custom/themes/one-dark.css' import '../lib/custom/themes/verminal.css' export default () => { const onBrowser = typeof window !== 'undefined' return (