import React from 'react' import App from 'next/app' import Head from 'next/head' import dynamic from 'next/dynamic' import getConfig from 'next/config' import 'tachyons/css/tachyons.min.css' import '../styles/app.styl' import Menu from '../screens/menu' import Content from '../components/content' const Background = dynamic(() => import('../components/background'), { ssr: false }) const { RECAPTCHA_CLIENT } = getConfig().publicRuntimeConfig export default class extends App { render() { const { Component, pageProps } = this.props return ( fantus ) } }