[feat] use heroui + setup persistore + setup toast
todo: fix launchoption problem
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
export const metadata = {
|
||||
title: "CS工具箱",
|
||||
description: "Generated by Next.js",
|
||||
icons: ["/favicon.ico"],
|
||||
}
|
||||
"use client"
|
||||
// export const metadata = {
|
||||
// title: "CS工具箱",
|
||||
// description: "Generated by Next.js",
|
||||
// icons: ["/favicon.ico"],
|
||||
// }
|
||||
|
||||
import "./globals.css"
|
||||
import Providers from "./providers"
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -13,7 +15,9 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
<body>
|
||||
<Providers>{children}</Providers>
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user