Merge branch 'main' into fix-attestation-layout

This commit is contained in:
Anton Tranelis 2025-03-05 21:24:16 +00:00 committed by GitHub
commit e0aed7b414
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>
}