Skip to content

Instantly share code, notes, and snippets.

@sadewole
Last active July 6, 2021 23:12
Show Gist options
  • Save sadewole/500c97b98fc85cb5cf322296c0b688a8 to your computer and use it in GitHub Desktop.
Save sadewole/500c97b98fc85cb5cf322296c0b688a8 to your computer and use it in GitHub Desktop.
Initial imports for map.js
import React, { useEffect, useRef, useCallback } from 'react';
import mapboxgl from '!mapbox-gl'; // eslint-disable-line import/no-webpack-loader-syntax
import mbxGeocoding from '@mapbox/mapbox-sdk/services/geocoding';
const GenerateMap = () => {
return <React.Fragment />
}
export default GenerateMap;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment