Skip to content

Commit

Permalink
add type to import statement and move up
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Jul 31, 2023
1 parent 0bbc037 commit 3425570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/RobotSettingsCalibration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ import { RobotSettingsGripperCalibration } from './RobotSettingsGripperCalibrati
import { RobotSettingsPipetteOffsetCalibration } from './RobotSettingsPipetteOffsetCalibration'
import { RobotSettingsTipLengthCalibration } from './RobotSettingsTipLengthCalibration'

import type { GripperData } from '@opentrons/api-client'
import type { Mount } from '@opentrons/components'
import type { RequestState } from '../../redux/robot-api/types'
import type {
SessionCommandString,
DeckCalibrationSession,
} from '../../redux/sessions/types'
import type { State, Dispatch } from '../../redux/types'
import { GripperData } from '@opentrons/api-client'

const CALS_FETCH_MS = 5000

Expand Down

0 comments on commit 3425570

Please sign in to comment.