Linux Foundation Collaborative Projects
index
:
html5-homescreen
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
octopus
pike
quillback
ricefish
sandbox/mvlad/test1
sandbox/rzanoni/next
HTML implementation of the homescreen
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
js
/
main.js
blob: c68f572cb491fe7594c032d66a2e6b18dec4e948 (
plain
)
1
2
3
4
5
import
{
init
as
init_apps
}
from
'./apps'
;
export
function
init
()
{
init_apps
();
}