Update index.js

This commit is contained in:
Guillermo Rauch 2016-12-20 12:34:42 -08:00 committed by GitHub
parent 7482ac6398
commit dcf1187f58

View file

@ -1,4 +1,3 @@
import React from 'react'
import Link from 'next/link'
export default () => (
<div>Hello World. <Link href='/about'>About</Link></div>