This commit is contained in:
hailin 2025-06-25 16:56:38 +08:00
parent 607531f309
commit 5c6ef8366b
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ export default async function RootLayout({
</head>
<body className={inter.className}>
<RuntimeEnvProvider>
{/* <RuntimeEnvProvider> */}
<Providers attribute="class" defaultTheme="dark">
<TranslationsProvider
namespaces={i18nNamespaces}
@ -159,7 +159,7 @@ export default async function RootLayout({
</Suspense>
</TranslationsProvider>
</Providers>
</RuntimeEnvProvider>
{/* </RuntimeEnvProvider> */}
</body>
</html>
)