import Link from 'next/link' export function getStaticProps() { return { props: {} } } export default function() { return (
To Index
) }