darf-chat/app/page.tsx
2025-10-17 11:11:14 +07:00

5 lines
192 B
TypeScript

export default function Home() {
return (
<div className="font-sans grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20"></div>
);
}