Skip to content

Commit

Permalink
fixed mapbox transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianovide committed Jun 9, 2021
1 parent d2d942b commit a0fe742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapPage/Map.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from "react";
import _ from "lodash";
import mapboxgl from "mapbox-gl";
import mapboxgl from '!mapbox-gl'; // eslint-disable-line import/no-webpack-loader-syntax
import "mapbox-gl/dist/mapbox-gl.css";

import Fab from "@material-ui/core/Fab";
Expand Down

0 comments on commit a0fe742

Please sign in to comment.