We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 473ff39 + f8840c3 commit 5bcd090Copy full SHA for 5bcd090
examples/shopping-cart/containers/CartContainer.js
@@ -1,7 +1,7 @@
1
import React, { Component, PropTypes } from 'react'
2
import { connect } from 'react-redux'
3
-import { checkout } from '../actions/index'
4
-import { getTotal, getCartProducts } from '../reducers/index'
+import { checkout } from '../actions'
+import { getTotal, getCartProducts } from '../reducers'
5
import Cart from '../components/Cart'
6
7
class CartContainer extends Component {
0 commit comments