fix: lint and type errors in ToggleCartIcon, AdminLayout, ProductFilters, use-product-filters

This commit is contained in:
Kirill
2026-05-14 21:36:00 +05:00
parent 8632601490
commit d5075813a2
15 changed files with 105 additions and 24 deletions
@@ -1,6 +1,6 @@
import { Monitor, Moon, Sun } from 'lucide-react'
import IconButton from '@mui/material/IconButton'
import Tooltip from '@mui/material/Tooltip'
import { Monitor, Moon, Sun } from 'lucide-react'
import type { ThemeModePreference } from '@/shared/model/theme'
type Props = {