import React from 'react'; import GlobalStyle from '@custom/shared/components/GlobalStyle'; import Head from 'next/head'; function App({ Component, pageProps }) { return ( <>