export const SelectPosition = ({ setSelectNewItemPosition }: { setSelectNewItemPosition }) => { return (
Select position on the map!
) }