aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/web/hello-world/index.js
blob: 8e55c52b33b4430cbf38460bd209c85d590ab235 (plain)
1
2
3
function clicked() {
	console.log('clicked');
}