63c7991
1
2
3
4
export default function Layout({ children }: { children: React.ReactNode }) { return <body className="flex min-h-full flex-col">{children}</body>; }