next.js/examples/with-three-js/app/page.tsx
page.tsx11 lines214 B
import Link from "next/link";

export default function Home() {
  return (
    <div className="main">
      <Link href="/birds">Birds Example</Link>
      <Link href="/boxes">Boxes Example</Link>
    </div>
  );
}
Quest for Codev2.0.0
/
SIGN IN