Skip to content

Commit

Permalink
fixup: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Jan 10, 2025
1 parent 9c6a960 commit 8cbd5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/GenePage/VariantsInGene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import filterVariantsInZoomRegion from '../RegionViewer/filterVariantsInZoomRegi
import { TrackPageSection } from '../TrackPage'
import annotateVariantsWithClinvar from '../VariantList/annotateVariantsWithClinvar'
import Variants from '../VariantList/Variants'
import { Pext, Gene } from './GenePage'
import { Gene } from './GenePage'

type TranscriptsModalProps = {
gene: {
Expand Down

0 comments on commit 8cbd5d4

Please sign in to comment.