Skip to content

Commit

Permalink
fix(cleanUp)
Browse files Browse the repository at this point in the history
  • Loading branch information
antekai committed Oct 17, 2018
1 parent e8784bd commit a47db23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Map/GoogleMap.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import React from "react";
import { compose, withProps } from "recompose";
import {
withScriptjs,
withGoogleMap,
GoogleMap,
Marker
} from "react-google-maps";
import { withScriptjs, withGoogleMap, GoogleMap } from "react-google-maps";

const gMapKey = `${process.env.REACT_APP_GOOGLE_MAP_API}`;

Expand Down

0 comments on commit a47db23

Please sign in to comment.