diff --git a/helloworld.js b/helloworld.js index c77112f..2c2b3e3 100644 --- a/helloworld.js +++ b/helloworld.js @@ -16,6 +16,8 @@ AFRAME.registerComponent('helloworld', { }) }) + console.log("hello world!") + }, });