import Link from 'next/link'; export default function FirstPost() { return ( <>

First Post

Back to home

); }