summaryrefslogtreecommitdiffstats
path: root/frontend/components/Cart.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-04-13 11:03:27 -0400
committerWes Bos <wesbos@gmail.com>2018-04-13 11:03:27 -0400
commitfd01f1939b8db1e2da911b058f685cdb01bf3e71 (patch)
tree2b97a1fb8e1d2d224ea880b253c57c0b911f2a2d /frontend/components/Cart.js
parent400a1c3028429d4a0946e29be65b32479eada02a (diff)
Death to index
Diffstat (limited to 'frontend/components/Cart.js')
-rw-r--r--frontend/components/Cart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Cart.js b/frontend/components/Cart.js
index 7dbea8f..fb902a7 100644
--- a/frontend/components/Cart.js
+++ b/frontend/components/Cart.js
@@ -4,7 +4,7 @@ import styled from 'styled-components';
import TakeMyMoney from './TakeMyMoney';
import formatMoney from '../lib/formatMoney';
import CartItem from './CartItem';
-import { CURRENT_USER_QUERY, LOCAL_STATE_QUERY, TOGGLE_CART_MUTATION } from '../queries/index';
+import { CURRENT_USER_QUERY, LOCAL_STATE_QUERY, TOGGLE_CART_MUTATION } from '../queries/queries';
import calcTotalPrice from '../lib/calcTotalPrice';
const CartStyles = styled.div`