From 416c2cbae0e69b724876d232bf813eefd7550174 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 11 Aug 2017 14:56:13 -0400 Subject: getting there --- components/Items.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'components/Items.js') diff --git a/components/Items.js b/components/Items.js index 1e6b3bf..35db906 100644 --- a/components/Items.js +++ b/components/Items.js @@ -3,6 +3,8 @@ import { graphql, compose } from 'react-apollo' import UpdateItem from './UpdateItem'; import Link from 'next/link'; import styled from 'styled-components'; +import TakeMyMoney from './TakeMyMoney'; +import formatMoney from '../lib/formatMoney'; import { ALL_ITEMS_QUERY, DELETE_ITEM_MUTATION } from '../queries'; @@ -44,6 +46,15 @@ class ItemList extends Component { Edit {item.id} + + + + -- cgit v1.3