mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix linting
This commit is contained in:
parent
1ffe86848a
commit
aff005d79b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user