import React from "react"; import Head from "next/head"; function MyApp({ Component, pageProps }) { return ( <> ); } export default MyApp;