GSA/code-gov-front-end

View on GitHub
src/actions/open-repo.js

Summary

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

export default function(repo) {
  return { type: OPEN_REPO, repo }
}