chore: Run Biome checks and apply fixes

This commit is contained in:
Bjorn Lammers
2025-04-25 23:13:43 +02:00
parent 83a678f5ae
commit 860321a6aa
7 changed files with 333 additions and 334 deletions

View File

@@ -25,7 +25,7 @@ export function VirtualizedIconsGrid({ filteredIcons, matchedAliases }: IconsGri
useEffect(() => {
setWindowWidth(window.innerWidth)
const handleResize = () => {
setWindowWidth(window.innerWidth)
}