diff --git a/src/app/providers.tsx b/src/app/providers.tsx index b17e7256..e81de63b 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -4,7 +4,11 @@ import { ThemeProvider } from "next-themes"; export function Providers({ children }: { children: React.ReactNode }) { return ( - + {children} ); diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 583e07a4..c0343301 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,7 +8,6 @@ import { Navigation } from "@/components/Navigation"; import classNames from "classnames"; import { Search } from "./Search"; import { StartFreeCTAButton } from "./StartFreeCTAButton"; -import { ThemeSelector } from "./ThemeSelector"; import { Container } from "@/components/shared/Container"; function Header() { @@ -45,7 +44,6 @@ function Header() {
-
{/*
diff --git a/src/components/MobileNavigation.tsx b/src/components/MobileNavigation.tsx index a9d2d291..3e9cfd66 100644 --- a/src/components/MobileNavigation.tsx +++ b/src/components/MobileNavigation.tsx @@ -78,7 +78,6 @@ export function MobileNavigation() {
-