File tree 1 file changed +1
-2
lines changed
browser/src/CopyNumberVariantPage
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ import styled from 'styled-components'
4
4
import { ExternalLink , Page , ListItem } from '@gnomad/ui'
5
5
import Link from '../Link'
6
6
7
- import { DatasetId , labelForDataset } from '@gnomad/dataset-metadata/metadata'
7
+ import { DatasetId , labelForDataset , ReferenceGenome } from '@gnomad/dataset-metadata/metadata'
8
8
import DocumentTitle from '../DocumentTitle'
9
9
import GnomadPageHeading from '../GnomadPageHeading'
10
10
import Query from '../Query'
11
11
import { variantFeedbackUrl } from '../variantFeedback'
12
12
import CopyNumberVariantAttributeList from './CopyNumberVariantAttributeList'
13
13
import CopyNumberVariantPopulationsTable from './CopyNumberVariantPopulationsTable'
14
14
import CNVReferenceList from './CNVReferenceList'
15
- import { ReferenceGenome } from '@gnomad/dataset-metadata/metadata'
16
15
17
16
const Wrapper = styled . div `
18
17
display: flex;
You can’t perform that action at this time.
0 commit comments