18F/State-TalentMAP

View on GitHub
src/reducers/post/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { post, postHasErrored, postIsLoading } from './post';
 
export default { post, postHasErrored, postIsLoading };