Skip to content

Commit c553a5c

Browse files
authored
Merge pull request #12 from JS-GitRepo/feature/LandingPageAnimations
removed empty line
2 parents 9cb7a99 + 48976a1 commit c553a5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contexts/StyleContextProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ interface Props {
1010
const StyleContextProvider = ({ children }: Props) => {
1111
// GENERAL
1212
const [isMobile, setIsMobile] = useState<boolean>(true);
13+
1314
// ANIMATIONS / REACT SPRING
1415
const [bgAnimOff, setBgAnimOff] = useState<boolean>(false);
1516
const [hueDuration, setHueDuration] = useState<number>(4500);

0 commit comments

Comments
 (0)