This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
bill
/
fire_control
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9624bc02d9
Branches
Tags
master
qghd
fire_control
/
src
/
app.js
app.js
88 B
Historique
Raw
1
2
3
4
5
6
let app = null
export const getApp = () => app
export const setApp = a => {
app = a
}