Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Dec 7, 2023
1 parent 832952f commit ae032ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import {
OT2_PIPETTES,
OT2_ROBOT_TYPE,
OT3_PIPETTES,
RIGHT,
RobotType,
} from '@opentrons/shared-data'
import { i18n } from '../../../localization'
import { createCustomTiprackDef } from '../../../labware-defs/actions'
import { getLabwareDefsByURI } from '../../../labware-defs/selectors'
import { FormPipettesByMount } from '../../../step-forms'
import { getAllowAllTipracks } from '../../../feature-flags/selectors'
import { RIGHT } from '@opentrons/shared-data/js/constants'
import { getTiprackOptions } from '../utils'
import { PipetteDiagram } from './PipetteDiagram'

Expand Down

0 comments on commit ae032ab

Please sign in to comment.