remove unused CSSProperties import from HomePage

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
main
name 2026-04-12 00:55:03 -07:00
parent 2bd3d23c05
commit df32036528
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { type CSSProperties, useCallback, useEffect, useMemo, useRef, useState } from 'react'
import { useCallback, useEffect, useMemo, useRef, useState } from 'react'
import { useNavigate } from 'react-router-dom'
import { playSound, SFX_BUTTON_DEFAULT, SFX_BUTTON_START } from '../lib/sounds'
import { useTopHighscore } from '../features/leaderboard/useTopHighscore'