import Head from 'next/head' import styles from '../styles/Home.module.css' export default function Home() { return (
Andrew Lee

Welcome to Next.js!

) }