Skip to content

Commit

Permalink
switching to using the package rather than local path
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Jun 12, 2024
1 parent 13bbcd7 commit 33fbd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { GenericGeneSeqPanel } from "generic-sequence-panel";
import fetchTranscripts from "../../lib/src/fetchTranscripts";
import fetchTranscripts from "generic-sequence-panel";

async function App() {
export default async function App() {
try {
const res = await fetchTranscripts({
nclistbaseurl: "https://s3.amazonaws.com/agrjbrowse/docker/7.0.0/human/",
Expand Down

0 comments on commit 33fbd70

Please sign in to comment.