5 lines
192 B
TypeScript
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>
|
|
);
|
|
}
|