Skip to content

Commit

Permalink
feat(cleanup): cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antekai committed Oct 20, 2018
1 parent b1e5bb5 commit ecdf380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Map/Location.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { Card, Icon, Tooltip, Input, Form, Button } from "antd";
import PropTypes from "prop-types";
import { PrimaryButton, GhostButton } from "../UI/Buttons";
import { DeleteCard, EditCard } from "../UI/CardActions";

const FormItem = Form.Item;
Expand Down
2 changes: 1 addition & 1 deletion src/UI/Buttons.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { Button } from "antd";
import { compose, withProps } from "recompose";
import { withProps } from "recompose";
import PropTypes from "prop-types";

const BaseButton = ({ txt, onClick, type, size }) => (
Expand Down

0 comments on commit ecdf380

Please sign in to comment.