import React from 'react'; import Head from 'next/head' function WithConfig(props) { return ( ); } export default WithConfig;