chore: prettier

This commit is contained in:
Junyan Qin
2025-08-11 20:46:08 +08:00
parent 0124448479
commit 5f18a1b13a
5 changed files with 15 additions and 8 deletions
+4 -4
View File
@@ -19,10 +19,10 @@ export default function RootLayout({
<html lang="zh" suppressHydrationWarning>
<body className={``}>
<ThemeProvider>
<I18nProvider>
{children}
<Toaster />
</I18nProvider>
<I18nProvider>
{children}
<Toaster />
</I18nProvider>
</ThemeProvider>
</body>
</html>