import {Fragment} from 'react'; import Head from 'next/head'; export default function MyApp({ Component, pageProps }) { const isDevelopment = process.env.NODE_ENV !== 'development'; return ( RĂ´mulo Alves {isDevelopment && ( )} ); }