fix: remove now-unused useRef import in Pulse.tsx
Orphaned after ContactPanel removal. Fixes TS6133.
This commit is contained in:
parent
8980c70233
commit
3f56f606b6
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue