Skip to content

Commit

Permalink
Update ContactUs.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshuValiya authored Oct 24, 2024
1 parent c9bf8af commit 429c94e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Pages/ContactUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useState } from 'react';
import { motion } from 'framer-motion';
import { useInView } from 'react-intersection-observer';
import chess from '../../assets/img/chess.gif';
import { FaStar } from 'react-icons/fa6';

const ContactUs = () => {
const { ref, inView } = useInView({
Expand Down

0 comments on commit 429c94e

Please sign in to comment.