Newer
Older
smart-home-server / webclient / src / js / components / hud.js
function hud() {
	console.log("HUD init");
}

export {
	hud
}