import Link from 'next/link' export default () => { return (
Hello World fetch page
) }