1 2 3 4 5 6 7 8 9
import Link from 'next/link'; const Home = props => ( <div> <p>Hey!</p> </div> ); export default Home;