erikras/redux-form

View on GitHub
src/immutable/getFormError.js

Summary

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

export default createGetFormError(immutable)