init Fastify + Nextjs + Postgres
This commit is contained in:
12
frontend/app/page.tsx
Normal file
12
frontend/app/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<Button>Blank page with nextjs + Shadcn ui</Button>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user