diff --git a/src/hub.js b/src/hub.js
index 24996ab7519f068b754cf55d8045eb907e54b9b4..5b8a7656ad066da4e8826bfc9fae77f935f2326f 100644
--- a/src/hub.js
+++ b/src/hub.js
@@ -126,7 +126,7 @@ import registerNetworkSchemas from "./network-schemas";
 import { inGameActions, config as inputConfig } from "./input-mappings";
 import registerTelemetry from "./telemetry";
 
-import { getAvailableVREntryTypes, VR_DEVICE_AVAILABILITY } from "./utils/vr-caps-detect.js";
+import { getAvailableVREntryTypes } from "./utils/vr-caps-detect.js";
 import ConcurrentLoadDetector from "./utils/concurrent-load-detector.js";
 
 import qsTruthy from "./utils/qs_truthy";