mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Use Mapbox on ListingPage (Map.js component)
This commit is contained in:
parent
a71a4cd288
commit
ad4c07af71
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ import { bool, number, object, string } from 'prop-types';
|
|||
import classNames from 'classnames';
|
||||
import { propTypes } from '../../util/types';
|
||||
import config from '../../config';
|
||||
import { StaticMap, DynamicMap, isMapsLibLoaded } from './GoogleMap';
|
||||
// import { StaticMap, DynamicMap, isMapsLibLoaded } from './MapboxMap';
|
||||
import { StaticMap, DynamicMap, isMapsLibLoaded } from './MapboxMap';
|
||||
// import { StaticMap, DynamicMap, isMapsLibLoaded } from './GoogleMap';
|
||||
|
||||
import css from './Map.css';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue