Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhackshaw committed Nov 25, 2020
1 parent a82675d commit 82b3125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MapPlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useSelector, useDispatch } from "react-redux"
import { useTheme } from "@material-ui/styles"
import { useMediaQuery } from "@material-ui/core"
import MapGL from "react-map-gl"
import 'mapbox-gl/dist/mapbox-gl.css';
import DeckGL, { ScatterplotLayer, PathLayer } from "deck.gl"
import { LinearProgress } from "@material-ui/core"
import * as actions from "../store/actions"
Expand Down

0 comments on commit 82b3125

Please sign in to comment.