File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, { useState } from 'react';
22import { donationData } from '@/constants/Donation' ;
33import { Link } from 'react-router-dom' ;
44import { volunteerImages } from '@/constants/Volunteer' ;
5- import { hover , motion } from 'framer-motion' ;
5+ import { motion } from 'framer-motion' ;
66import {
77 fadeIn ,
88 slideInLeft ,
@@ -13,7 +13,6 @@ import {
1313 floatingCircle ,
1414 buttonAnimation ,
1515} from '@/styles/Animations' ;
16- import { tap } from 'node:test/reporters' ;
1716
1817const Donation : React . FC = ( ) => {
1918 const handleClick = ( ) => {
Original file line number Diff line number Diff line change 1- import { hover , Variants } from 'framer-motion' ;
2- import { tap } from 'node:test/reporters' ;
1+ import { Variants } from 'framer-motion' ;
32
43export const fadeIn : Variants = {
54 hidden : { opacity : 0 } ,
You can’t perform that action at this time.
0 commit comments