import React from 'react'; import Head from 'next/head'; import { injectGlobal } from 'styled-components'; const Meta = () => (
{injectGlobal` html { background: white; } `} Sick Fits
); export default Meta;