import React from 'react'; import Head from 'next/head'; export const GlobalHead = () => ( ); export default GlobalHead;