Skip to content

Instantly share code, notes, and snippets.

@rocksinghajay
Created April 8, 2019 20:31
Show Gist options
  • Select an option

  • Save rocksinghajay/679af610f79d5f78d455724ce14bd7d3 to your computer and use it in GitHub Desktop.

Select an option

Save rocksinghajay/679af610f79d5f78d455724ce14bd7d3 to your computer and use it in GitHub Desktop.
import { SET_TEXT } from '../types/types'
export const dummyAction = (data) => {
return {
types: SET_TEXT,
payload: {
data
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment