From 339fa09951a9f2745c1cae1d31322a2e0fc18f0f Mon Sep 17 00:00:00 2001
From: Robert Long <robert@robertlong.me>
Date: Thu, 12 Apr 2018 18:11:16 -0700
Subject: [PATCH] Fix default export of joystick_dpad4

---
 src/hub.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hub.js b/src/hub.js
index 196692900..9dc3247e3 100644
--- a/src/hub.js
+++ b/src/hub.js
@@ -15,7 +15,7 @@ import "aframe-rounded";
 import "webrtc-adapter";
 
 import trackpad_dpad4 from "./behaviours/trackpad-dpad4";
-import { joystick_dpad4 } from "./behaviours/joystick-dpad4";
+import joystick_dpad4 from "./behaviours/joystick-dpad4";
 import { PressedMove } from "./activators/pressedmove";
 import { ReverseY } from "./activators/reversey";
 import "./activators/shortpress";
-- 
GitLab