import Link from "next/link"; export default function HomePage() { return (

Hello World

You can open{" "} /docs {" "} and see the documentation.

); }