GSA/code-gov-front-end

View on GitHub
src/actions/hide-mobile-menu.js

Summary

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

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