mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 01:26:37 -04:00
reorganize style and font configs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { createContext, useCallback, useEffect, useState, useRef } from "react";
|
||||
import { useLocalStorage } from "../hooks/use-local-storage";
|
||||
import { darkModeQuery, themeStorageKey } from "../lib/styles/helpers/themes";
|
||||
import { darkModeQuery, themeStorageKey } from "../lib/config/themes";
|
||||
import type { Context, PropsWithChildren } from "react";
|
||||
|
||||
export const ThemeContext: Context<{
|
||||
|
Reference in New Issue
Block a user