eduardomoroni/mtgx

View on GitHub
src/redux/actions/cardsActions.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

import { SET_CARDS } from '../types'

export const setCards = (cards: Object) => ({ type: SET_CARDS, cards })