This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
eirurepo
/
eiru_payments
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
08ee9f79f9
Ramos
Etiquetas
1.0
master
eiru_payments
/
src
/
store
/
state.js
state.js
100 B
Histórico
Em bruto
1
2
3
4
5
6
const state = {
processingPayments: false,
completedPayments: false
}
export default state