fix: remove now-unused useRef import in Pulse.tsx

Orphaned after ContactPanel removal. Fixes TS6133.
This commit is contained in:
Mohammad Jebeli 2026-05-31 20:05:20 +03:30
parent 8980c70233
commit 3f56f606b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { useState, useRef, useEffect } from 'react'
import { useState, useEffect } from 'react'
import { motion } from 'framer-motion'
import { useLang } from '@/context/LangContext'
import SnapshotBar from '@/pages/Home/sections/SnapshotBar'