Skip to content

Commit 34fe400

Browse files
committed
Move reduxShape under utils. Refs #192
1 parent 1031539 commit 34fe400

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/createConnector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createReduxShape from './createReduxShape';
1+
import createReduxShape from '../utils/createReduxShape';
22
import identity from '../utils/identity';
33
import shallowEqual from '../utils/shallowEqual';
44
import isPlainObject from '../utils/isPlainObject';

src/components/createProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createReduxShape from './createReduxShape';
1+
import createReduxShape from '../utils/createReduxShape';
22

33
export default function createProvider(React) {
44
const { Component, PropTypes } = React;
File renamed without changes.

0 commit comments

Comments
 (0)