mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Refactor Google Maps integration to its own sub component on SearchMap
This commit is contained in:
parent
01623f3c4c
commit
e474d74930
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue