mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 20:54:28 -04:00
move some non-post pages to mdx
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
|
||||
import { useEffect, useId } from "react";
|
||||
import { animated, Globals, useSpring, useReducedMotion } from "@react-spring/web";
|
||||
import useFirstMountState from "../../hooks/useFirstMountState";
|
||||
import useTheme from "../../hooks/useTheme";
|
||||
import useHasMounted from "../../hooks/useHasMounted";
|
||||
import { useFirstMountState, useHasMounted, useTheme } from "../../hooks";
|
||||
|
||||
import styles from "./ThemeToggle.module.css";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user