fix linting

This commit is contained in:
Anton Tranelis 2025-10-14 15:59:09 +02:00
parent 1ffe86848a
commit aff005d79b

View File

@ -1,12 +1,10 @@
import { useEffect } from 'react'
import { Link } from 'react-router-dom'
import { useAppState } from '#components/AppShell/hooks/useAppState'
import { useItems } from '#components/Map/hooks/useItems'
import type { Item } from '#types/Item'
import { Link } from 'react-router-dom'
interface Props {
item: Item