GSA/code-gov-front-end

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

Summary

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

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