Remove unused file (#183)

This commit is contained in:
Max 2025-03-05 22:23:43 +01:00 committed by GitHub
parent 6a5bc0ade3
commit 77f596fd76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +0,0 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { useMap } from 'react-leaflet'
export const setItemLocation = () => {
// eslint-disable-next-line react-hooks/rules-of-hooks
const map = useMap()
return <div></div>
}