GSA/code-gov-front-end

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

Summary

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

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