UNPKG

tee-mo-core

Version:

10 lines (7 loc) 212 B
import { createAction } from 'redux-actions' const globalCancelSagas = createAction('@@teeMoCore/cancel') const plusCount = createAction('@@teeMoCore/plusCount') export { globalCancelSagas, plusCount }