diff --git a/components/Layout/Layout.tsx b/components/Layout/Layout.tsx index 360aeb10..ba9a0318 100644 --- a/components/Layout/Layout.tsx +++ b/components/Layout/Layout.tsx @@ -3,7 +3,7 @@ import { useTheme } from "next-themes"; import classNames from "classnames"; import Header from "../Header/Header"; import Footer from "../Footer/Footer"; -import themes, { toCSS } from "../../lib/config/themes"; +import themes from "../../lib/config/themes"; import styles from "./Layout.module.css"; @@ -18,16 +18,8 @@ const Layout = ({ container = true, stickyHeader = true, className, children, .. return ( <> - {/* convert themes object into inlined css variables */} -