import Image from "next/image";
import Link from "next/link";
export default function Home() {
return (
<main>
<h1>Hello World! </h1>
<Link href="/users">Users</Link>
</main>
);
}
Next.js 15 / React 19 PostgreSQL Prisma ORM TypeScript, ESLint & Zod ShadCN UI Next Auth React Hook Form Jest Testing Vercel Deployment
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.