Skip to content

Commit

Permalink
BinderImage is a default export from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Sep 14, 2023
1 parent b36ece0 commit 150cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageBuilder.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import { Terminal } from 'xterm';
import { useEffect, useState } from 'react';
import { BinderImage } from '@jupyterhub/binderhub-client';
import BinderImage from '@jupyterhub/binderhub-client';

function buildImage(repo, ref, term) {
const providerSpec = "gh/" + repo + "/" + ref;
Expand Down

0 comments on commit 150cee7

Please sign in to comment.