Skip to content

Commit 5bcd090

Browse files
committed
Merge pull request reduxjs#986 from rackt/revert-984-master
Revert "be more explicit when importing files"
2 parents 473ff39 + f8840c3 commit 5bcd090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/shopping-cart/containers/CartContainer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Component, PropTypes } from 'react'
22
import { connect } from 'react-redux'
3-
import { checkout } from '../actions/index'
4-
import { getTotal, getCartProducts } from '../reducers/index'
3+
import { checkout } from '../actions'
4+
import { getTotal, getCartProducts } from '../reducers'
55
import Cart from '../components/Cart'
66

77
class CartContainer extends Component {

0 commit comments

Comments
 (0)