diff --git a/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx b/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx index c0806dcd..b31f4baf 100644 --- a/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx +++ b/client/src/pages/MainPage/Section/FeatureSection/FeatureSection.tsx @@ -1,5 +1,5 @@ import {css} from '@emotion/react'; -import {forwardRef, useEffect, useRef} from 'react'; +import {useRef} from 'react'; import useMainPageYScroll from '@hooks/useMainPageYScroll';