Skip to content

Commit 80376c6

Browse files
committedJul 12, 2018
Export the "createRegistry" function
1 parent 7db5542 commit 80376c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/data/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export { loadAndPersist, withRehydration } from './persist';
1111
export { default as withSelect } from './components/with-select';
1212
export { default as withDispatch } from './components/with-dispatch';
1313
export { default as RegistryProvider } from './components/registry-provider';
14+
export { createRegistry } from './registry';
1415

1516
/**
1617
* The combineReducers helper function turns an object whose values are different

0 commit comments

Comments
 (0)