department-of-veterans-affairs/vets-website

View on GitHub
src/applications/representative-search/actions/search/clearSearchResults.js

Summary

Maintainability
A
0 mins
Test Coverage
import { CLEAR_SEARCH_RESULTS } from '../../utils/actionTypes';

export const clearSearchResults = () => ({
  type: CLEAR_SEARCH_RESULTS,
});