From 48976a174e372ef30f3b79488a7d831e6fd2ebe2 Mon Sep 17 00:00:00 2001 From: Jake Snyder Date: Mon, 26 Sep 2022 19:25:05 -0400 Subject: [PATCH] removed empty line --- src/contexts/StyleContextProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contexts/StyleContextProvider.tsx b/src/contexts/StyleContextProvider.tsx index 5aff13b..6ae3aac 100644 --- a/src/contexts/StyleContextProvider.tsx +++ b/src/contexts/StyleContextProvider.tsx @@ -10,6 +10,7 @@ interface Props { const StyleContextProvider = ({ children }: Props) => { // GENERAL const [isMobile, setIsMobile] = useState(true); + // ANIMATIONS / REACT SPRING const [bgAnimOff, setBgAnimOff] = useState(false); const [hueDuration, setHueDuration] = useState(4500);