149 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			149 B
		
	
	
	
	
	
	
	
title
| title | 
|---|
| Define a Redux Action | 
Define a Redux Action
Here is how to declare a Redux Action.
let action={
  type: 'LOGIN'
}
| title | 
|---|
| Define a Redux Action | 
Here is how to declare a Redux Action.
let action={
  type: 'LOGIN'
}