GSA/code-gov-front-end

View on GitHub
src/actions/hide-search-dropdown.js

Summary

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

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