UNPKG
add-component
Version:
latest (2.5.0)
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
Create React Component CLI
github.com/hanford/add-component
hanford/add-component
add-component
/
templates
/
action.js
8 lines
(6 loc)
•
104 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
t
from
'./actionTypes.js'
export
function
increment
(
) {
return
{
type
: t.
INCREMENT
} }