Skip to content

Commit e154d53

Browse files
authored
Merge branch 'main' into dev
2 parents 5636a66 + 21b09da commit e154d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/main/cocktailDrop/CocktailDrop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Image from 'next/image';
44
import Cocktailcup from '../../../../public/CocktailDrop.webp';
5-
import { useLayoutEffect, useRef } from 'react';
5+
import { useLayoutEffect, useRef, useState } from 'react';
66
import gsap from 'gsap';
77
import { ScrollTrigger } from 'gsap/all';
88
import PassBtn from './PassBtn';

0 commit comments

Comments
 (0)