import Link from 'next/link' export default () => (
Home About
) const styles = { a: { marginRight: 10 } }