UNPKG

@wenn/onb

Version:

onb-core

14 lines (11 loc) 222 B
import { SAVE_RETRY_SMS } from '../constants' export function saveRetrySmsRedux() { return { type: SAVE_RETRY_SMS } } export function retryCount() { return dispatch => { dispatch(saveRetrySmsRedux()) } }