Skip to content

Commit

Permalink
chore(release): Fix import statement merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Nov 26, 2024
1 parent 1ca17a5 commit 90f0c03
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import { useTipAttachmentStatus } from '/app/resources/instruments'

import type { RobotType } from '@opentrons/shared-data'
import type { Run, RunStatus } from '@opentrons/api-client'
import type { PipetteWithTip } from '/app/resources/instruments'
import type {
DropTipWizardFlowsProps,
PipetteWithTip,
TipAttachmentStatusResult,
} from '/app/organisms/DropTipWizardFlows'
} from '/app/resources/instruments'
import type { DropTipWizardFlowsProps } from '/app/organisms/DropTipWizardFlows'
import type { UseProtocolDropTipModalResult } from '../modals'
import type { PipetteDetails } from '/app/resources/maintenance_runs'

Expand Down

0 comments on commit 90f0c03

Please sign in to comment.