jfilter/frag-den-staat-app

View on GitHub
src/actions/error.js

Summary

Maintainability
A
0 mins
Test Coverage
function clearError() {
  return {
    type: 'CLEAR_ERROR',
  };
}

export { clearError };