This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
archive
/
MusareReact
mirror de
https://github.com/Musare/MusareReact
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
771650f237
Ramos
Etiquetas
master
MusareReact
/
frontend
/
app
/
js
/
actions
/
app.js
app.js
104 B
Histórico
Em bruto
1
2
3
4
5
6
7
export const INCREMENT = "INCREMENT";
export function increment() {
return {
type: INCREMENT,
};
}