1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:26:38 -04:00

group config files

This commit is contained in:
2022-02-11 11:14:28 -05:00
parent acf39efeaa
commit d258ebd988
8 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,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/themes";
import themes, { toCSS } from "../../lib/config/themes";
import styles from "./Layout.module.css";