Refactor Google Maps integration to its own sub component on SearchMap

This commit is contained in:
Vesa Luusua 2018-08-08 15:14:00 +03:00
parent 01623f3c4c
commit e474d74930

View file

@ -9,8 +9,8 @@ import { createSlug } from '../../util/urlHelpers';
import { propTypes } from '../../util/types';
import { obfuscatedCoordinates } from '../../util/maps';
import config from '../../config';
import { hasParentWithClassName } from './SearchMap.helpers.js';
import { hasParentWithClassName } from './SearchMap.helpers.js';
import SearchMapWithMapbox, {
LABEL_HANDLE,
INFO_CARD_HANDLE,