diff --git a/src/contexts/StyleContextProvider.tsx b/src/contexts/StyleContextProvider.tsx index 01fa85a..5aff13b 100644 --- a/src/contexts/StyleContextProvider.tsx +++ b/src/contexts/StyleContextProvider.tsx @@ -11,7 +11,6 @@ const StyleContextProvider = ({ children }: Props) => { // GENERAL const [isMobile, setIsMobile] = useState(true); // ANIMATIONS / REACT SPRING - const [hueFlip, setHueFlip] = useState(false); const [bgAnimOff, setBgAnimOff] = useState(false); const [hueDuration, setHueDuration] = useState(4500); const hueRotation = useSpring({