Skip to content

Commit

Permalink
fix(cleanUp): cleanUp unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
antekai committed Oct 17, 2018
1 parent 154481d commit f7e73b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion src/Map/GoogleMap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global google */
import React from "react";
import { compose, withProps } from "recompose";
import {
Expand Down
83 changes: 0 additions & 83 deletions src/Map/Map2.js

This file was deleted.

1 change: 0 additions & 1 deletion src/Map/Screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Button } from "antd";
import "./Screen.css";
import { MapLocation } from "./Location";
import { LocationModal } from "./LocationModal";
import { StyledMapWithAnInfoBox } from "./Map2";

const mockData = [
{
Expand Down

0 comments on commit f7e73b5

Please sign in to comment.