From 6fe5face1be113e5391e56a0a9bf006917c9b010 Mon Sep 17 00:00:00 2001 From: jrobinso <933148+jrobinso@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:59:24 -0700 Subject: [PATCH] Remove "Hub" export -- no longer needed --- js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/index.js b/js/index.js index 891e82efa..1aa1475a1 100644 --- a/js/index.js +++ b/js/index.js @@ -48,7 +48,6 @@ export default { registerTrackClass, registerTrackCreatorFunction, registerFileFormats, - Hub, uncompressSession: Browser.uncompressSession }