MAESTRO: Fix linting config and formatting

This commit is contained in:
Mariusz Banach
2026-02-17 23:18:10 +01:00
parent 49d374d3c4
commit 0d816aaa40
9 changed files with 31 additions and 26 deletions

View File

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