From b58c0aca74f624c9762a5bfd7a007506860e818f Mon Sep 17 00:00:00 2001
From: joni <johnfshaughnessy@gmail.com>
Date: Wed, 1 Nov 2017 19:12:35 -0700
Subject: [PATCH] import aframe

---
 public/index.html | 2 +-
 src/index.js      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index a6df11d72..fdb873fde 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,7 +2,7 @@
 
 <head>
     <title>Mozilla Mixed Reality Social Client</title>
-    <script src="https://aframe.io/releases/0.7.0/aframe.js"></script>
+    <!-- <script src="https://aframe.io/releases/0.7.0/aframe.js"></script> -->
     <script src="./app.bundle.js"></script>
     <style>
         .a-enter-vr {
diff --git a/src/index.js b/src/index.js
index 113ff7bcc..9dec4f2c5 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1,6 @@
 import queryString from "query-string";
 
+import "aframe";
 import "networked-aframe";
 import "naf-janus-adapter";
 import "aframe-teleport-controls";
-- 
GitLab