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