import '../styles/globals.css' import type {AppProps} from 'next/app' import Head from 'next/head'; import { MantineProvider } from '@mantine/core'; function MyApp({Component, pageProps}: AppProps) { return <> BBGO Back-test Report } export default MyApp