next.js/examples/with-playwright/app/about/page.tsx
page.tsx11 lines157 B
import Link from "next/link";

export default function Page() {
  return (
    <div>
      <h1>About</h1>
      <Link href="/">Home</Link>
    </div>
  );
}
Quest for Codev2.0.0
/
SIGN IN