mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-07-26 23:21:35 +00:00
fix: correct component syntax and formatting in layout and header files
This commit is contained in:
@@ -27,7 +27,9 @@ export default function RootLayout({
|
||||
lang="ja"
|
||||
className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
|
||||
>
|
||||
<body className="min-h-full flex flex-col bg-black text-white">{children}</body>
|
||||
<body className="min-h-full flex flex-col bg-black text-white">
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user