This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
archive
/
MusareReact
kopia lustrzana
https://github.com/Musare/MusareReact
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
771650f237
Gałęzie
Tagi
master
MusareReact
/
frontend
/
app
/
js
/
actions
/
app.js
app.js
104 B
Historia
Czysty
1
2
3
4
5
6
7
export const INCREMENT = "INCREMENT";
export function increment() {
return {
type: INCREMENT,
};
}