import React from 'react' import Link from 'next/link' export default () => ( <ul> <li><Link href='/item'><a>View Item</a></Link></li> </ul> )