Remove tailwind

This commit is contained in:
2025-06-02 19:14:16 +03:00
parent 7f51c7ed11
commit 29fb52ffdc
7 changed files with 222 additions and 829 deletions

View File

@@ -24,9 +24,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<body className={`${geistSans.variable} ${geistMono.variable}`}>
{children}
</body>
</html>