import type {NextPage} from 'next' import Head from 'next/head' import styles from '../styles/Home.module.css' import Report from '../src/components/Report'; const Home: NextPage = () => { return (