[fix] building errors completed

This commit is contained in:
2025-03-14 19:25:11 +08:00
parent ff8ec7e05f
commit 815cdb55f1
4 changed files with 40 additions and 36 deletions

View File

@@ -1,10 +1,4 @@
"use client"
// export const metadata = {
// title: "CS工具箱",
// description: "Generated by Next.js",
// icons: ["/favicon.ico"],
// }
// "use client"
import "./globals.css"
import Providers from "./providers"
@@ -15,7 +9,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className="bg-zinc-100 dark:bg-zinc-900">
<body>
<Providers>{children}</Providers>
</body>
</html>