work in progress [might break]

This commit is contained in:
Leon van Kammen 2023-11-01 12:58:37 +01:00
parent ba3bc0bcea
commit 8d124330d5
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ AFRAME.registerComponent('helloworld', {
}) })
}) })
console.log("hello world!")
}, },
}); });