mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
11 lines
138 B
TypeScript
11 lines
138 B
TypeScript
import { useMap } from "react-leaflet"
|
|
|
|
export const setItemLocation = () => {
|
|
|
|
const map = useMap();
|
|
|
|
return (
|
|
<div></div>
|
|
)
|
|
}
|