import MarkdownPage from '../templates/MarkdownPage'; // @ts-ignore import md from './greeting.md'; export default function Home() { return ( <> ) }