Skip to content

Commit

Permalink
- fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnphan96 committed Dec 4, 2024
1 parent 10abc0b commit 7fa43d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { KitsuResource } from "kitsu";
import { NgsIndex } from "../ngs-workflow/NgsIndex";
import { MetagenomicsBatch } from "./MetagenomicsBatch";
import { PcrBatchItem } from "../PcrBatchItem";
import { MolecularAnalysisRunItem } from "../MolecularAnalysisRunItem";
import { MolecularAnalysisRunItem } from "../molecular-analysis/MolecularAnalysisRunItem";

export interface MetagenomicsBatchItemAttributes {
type: "metagenomics-batch-item";
Expand Down

0 comments on commit 7fa43d9

Please sign in to comment.