import "../style.css" import Link from 'next/link'; const Index = () => (

Hello Next.js

); export default Index;