Skip to content

Commit ca39645

Browse files
committed
feat(): Adding sticky support
1 parent 3303e80 commit ca39645

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/screens/mainFlow/contents/projects/Projects.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import { motion, useScroll, useTransform } from 'framer-motion';
1+
import { motion } from 'framer-motion';
22
import { Box, VStack } from '@chakra-ui/react';
33
import { ProjectsData } from '@data';
44
import 'react-responsive-carousel/lib/styles/carousel.min.css';
55
import ProjectItem from './ProjectItem';
66
import { WavyBackground } from '@components';
77
import HeroText from './HeroText';
8-
import { useRef } from 'react';
98

109
const Projects = () => {
1110
return (

0 commit comments

Comments
 (0)