18F/e-QIP-prototype

View on GitHub
src/actions/api.js

Summary

Maintainability
A
0 mins
Test Coverage
import * as actionTypes from 'constants/actionTypes'

export const fetchForm = () => ({
  type: actionTypes.FETCH_FORM,
})

export const fetchStatus = () => ({
  type: actionTypes.FETCH_STATUS,
})