diff --git a/xrsh.js b/com/require.js similarity index 100% rename from xrsh.js rename to com/require.js diff --git a/com/xrsh.js b/com/xrsh.js new file mode 100644 index 0000000..90ea98e --- /dev/null +++ b/com/xrsh.js @@ -0,0 +1,8 @@ +AFRAME.registerComponent('xrshell', { + init: function ( ) { + + console.log("this is the boot component which initializes other components") + + }, + +});