From ceb815e30f04c142b7cf2330c437df1719cb36c8 Mon Sep 17 00:00:00 2001 From: turner Date: Thu, 23 Jan 2025 14:44:55 -0500 Subject: [PATCH] Export AlertDialog for use by web app --- js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 9c2a06d56..2bf4e752a 100644 --- a/js/index.js +++ b/js/index.js @@ -10,7 +10,7 @@ import {igvxhr} from "../node_modules/igv-utils/src/index.js" import {registerTrackClass, registerTrackCreatorFunction} from "./trackFactory.js" import TrackBase from "./trackBase.js" import Browser from "./browser.js" - +import AlertDialog from "./ui/components/alertDialog.js" import {registerFileFormats} from "./util/fileFormats.js" const setApiKey = igvxhr.setApiKey @@ -27,6 +27,7 @@ function setOauthToken(accessToken, host) { const oauth = igvxhr.oauth export default { + AlertDialog, TrackUtils, IGVGraphics, MenuUtils,