This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
bill
/
fire_control
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
9624bc02d9
Branchit
Tagit
master
qghd
fire_control
/
src
/
app.js
app.js
88 B
Historia
Raaka
1
2
3
4
5
6
let app = null
export const getApp = () => app
export const setApp = a => {
app = a
}