diff options
Diffstat (limited to 'frontend/components/CartList.js')
| -rw-r--r-- | frontend/components/CartList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/CartList.js b/frontend/components/CartList.js index b54aa39..661d5ad 100644 --- a/frontend/components/CartList.js +++ b/frontend/components/CartList.js @@ -12,7 +12,7 @@ import styled from 'styled-components'; import formatMoney from '../lib/formatMoney'; import makeImage from '../lib/image'; import TakeMyMoney from './TakeMyMoney'; -import { removeFromCartEnhancer } from '../enhancers'; +import { removeFromCartEnhancer } from '../enhancers/enhancers'; import { CURRENT_USER_QUERY } from '../queries'; import PropTypes from 'prop-types'; |
