theming, date, time localisation, additional features, seeding initial cleanup
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
return (
|
||||
<html lang='en' suppressHydrationWarning>
|
||||
<body className={inter.className}>
|
||||
<ThemeProvider attribute='class' defaultTheme='light' enableSystem disableTransitionOnChange>
|
||||
<ThemeProvider attribute='class' defaultTheme='system' enableSystem disableTransitionOnChange>
|
||||
{children}
|
||||
<Toaster />
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user