From 632af35d8a0871ca8c1041d0e14d63e2b457d168 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 10 May 2018 16:02:07 -0400 Subject: Styles --- frontend/components/DeleteItem.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/components/DeleteItem.js') 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 = { -- cgit v1.3