Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Julia Klugherz <[email protected]>
  • Loading branch information
hanars and jklugherz authored Jan 22, 2024
1 parent 5e5598b commit 589e85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/shared/components/panel/variants/RnaSeqTpm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { scaleBand, scaleLinear } from 'd3-scale'

import { HttpRequestHelper } from 'shared/utils/httpRequestHelper'
import { TISSUE_DISPLAY } from 'shared/utils/constants'
import { initializeD3, Tooltip } from '../../graph/d3Utils'
import GtexLauncher from '../../graph/GtexLauncher'
import { initializeD3, Tooltip } from 'shared/components/graph/d3Utils'
import GtexLauncher from 'shared/components/graph/GtexLauncher'

const BOX_WIDTH = 100
const PLOT_WIDTH = 550
Expand Down

0 comments on commit 589e85a

Please sign in to comment.