erikras/redux-form

View on GitHub
src/immutable/getFormSyncErrors.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow
import createGetFormSyncErrors from '../selectors/getFormSyncErrors'
import immutable from '../structure/immutable'

export default createGetFormSyncErrors(immutable)