This website works better with JavaScript
Gitinn
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
zaixianjiaoyu
/
sourcecode
Tarkkaile
3
Äänestä
0
Fork
1
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
e206aa7685
Branchit
Tagit
master
sourcecode
/
front
/
project
/
admin
/
routes
/
page
/
index.js
index.js
99 B
Historia
Raaka
1
2
3
4
import
dashboard
from
'./dashboard'
;
import
home
from
'./home'
;
export
default
[dashboard, home];