import Link from 'next/link' export default function IndexPage () { return (
To About Page
) }