GSA/code-gov-front-end

View on GitHub
src/actions/clear-search-results.js

Summary

Maintainability
A
0 mins
Test Coverage
import { CLEAR_SEARCH_RESULTS } from 'constants/actions'

export default function() {
  return { type: CLEAR_SEARCH_RESULTS }
}