import Link from 'next/link' import Layout from '../components/Layout' const IndexPage = () => (

Hello Next.js 👋

About

) export default IndexPage