We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3303e80 commit ca39645Copy full SHA for ca39645
1 file changed
src/screens/mainFlow/contents/projects/Projects.tsx
@@ -1,11 +1,10 @@
1
-import { motion, useScroll, useTransform } from 'framer-motion';
+import { motion } from 'framer-motion';
2
import { Box, VStack } from '@chakra-ui/react';
3
import { ProjectsData } from '@data';
4
import 'react-responsive-carousel/lib/styles/carousel.min.css';
5
import ProjectItem from './ProjectItem';
6
import { WavyBackground } from '@components';
7
import HeroText from './HeroText';
8
-import { useRef } from 'react';
9
10
const Projects = () => {
11
return (
0 commit comments