This website works better with JavaScript
Gitinn
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
u312193
/
sourcecode
forkattu lähteestä
zaixianjiaoyu/sourcecode
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Puu:
bae92ef60c
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];