summaryrefslogtreecommitdiffstats
path: root/frontend/components/DeleteItem.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-10 16:02:07 -0400
committerWes Bos <wesbos@gmail.com>2018-05-10 16:02:07 -0400
commit632af35d8a0871ca8c1041d0e14d63e2b457d168 (patch)
tree6d3ccae3cb20a082e4e6ea6fd982152568000193 /frontend/components/DeleteItem.js
parente0c628528142f26ce9a42ba4c3c5d2cb41114a56 (diff)
Styles
Diffstat (limited to 'frontend/components/DeleteItem.js')
-rw-r--r--frontend/components/DeleteItem.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/components/DeleteItem.js b/frontend/components/DeleteItem.js
index cf2daf5..0f00d8d 100644
--- a/frontend/components/DeleteItem.js
+++ b/frontend/components/DeleteItem.js
@@ -2,7 +2,6 @@ import React from 'react';
import { Mutation } from 'react-apollo';
import PropTypes from 'prop-types';
import { REMOVE_ITEM_MUTATION, ALL_ITEMS_QUERY } from '../queries/queries';
-import Error from './ErrorMessage';
class DeleteItem extends React.Component {
static propTypes = {