xrsh-com/com/xrsh.js

9 lines
152 B
JavaScript
Raw Normal View History

2023-12-18 09:55:20 +01:00
AFRAME.registerComponent('xrsh', {
2023-11-03 11:55:51 +01:00
init: function ( ) {
console.log("this is the boot component which initializes other components")
},
});