import { AppProps } from 'next/app'; import Head from 'next/head'; import './styles.css'; function VegaTradingApp({ Component, pageProps }: AppProps) { return ( <>