Skip to content

Commit

Permalink
Export AlertDialog for use by web app
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jan 23, 2025
1 parent 0cca4d9 commit ceb815e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,6 +27,7 @@ function setOauthToken(accessToken, host) {
const oauth = igvxhr.oauth

export default {
AlertDialog,
TrackUtils,
IGVGraphics,
MenuUtils,
Expand Down

0 comments on commit ceb815e

Please sign in to comment.