fix: clean src

This commit is contained in:
2024-03-15 02:05:28 +01:00
parent de06bef97e
commit e389d13edd
6 changed files with 3 additions and 166 deletions

View File

@@ -18,11 +18,7 @@ export default function RootLayout({
}) {
return (
<html lang="en" className={GeistSans.className}>
<body className="bg-background text-foreground">
<main className="min-h-screen flex flex-col items-center">
{children}
</main>
</body>
<body>{children}</body>
</html>
);
}