diff --git a/src/features/map/ui/yandex-map.tsx b/src/features/map/ui/yandex-map.tsx index d36aeca..e7fbbfb 100644 --- a/src/features/map/ui/yandex-map.tsx +++ b/src/features/map/ui/yandex-map.tsx @@ -1,6 +1,10 @@ -import { Map, Placemark, YMaps } from '@pbe/react-yandex-maps'; +import { + GeolocationControl, + Map, + Placemark, + YMaps, +} from '@pbe/react-yandex-maps'; import { isEmpty } from 'lodash'; -import { Dispatch, SetStateAction } from 'react'; import { Point } from '../model'; @@ -58,6 +62,14 @@ export const YandexMap = ({ /> ); })} + );