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