From 2801ebbc2879ca7a92d2c3d478cd864d10419d0c Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 23 Sep 2024 20:43:19 +0200 Subject: [PATCH] Refactor layout component to add dark mode support --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 060d537..b221c4d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,6 +5,7 @@ import { ThemeProvider } from "@/components/theme-provider"; import StyledComponentsRegistry from "@/lib/styled-components-registry"; import Footer from "@/components/footer"; import { Navigation } from "@/components/navigation"; +import { ny } from "@/lib/utils"; const inter = Inter({ subsets: ["latin"] }); @@ -35,7 +36,7 @@ export default async function RootLayout({ href="https://www.zen-browser.app/feed.xml" /> - +