Skip to content

Commit

Permalink
refactor(app): one last up import
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Sep 27, 2024
1 parent 8cb352c commit 4a86beb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/src/local-resources/labware/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './getAllDefinitions'
export * from './labwareImages'
2 changes: 1 addition & 1 deletion app/src/molecules/WizardRequiredEquipmentList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {

import { getIsOnDevice } from '/app/redux/config'
import { Divider } from '/app/atoms/structure'
import { labwareImages } from '/app/organisms/Desktop/CalibrationPanels/labwareImages'
import { labwareImages } from '/app/local-resources/labware'
import { equipmentImages } from './equipmentImages'

import type { StyleProps } from '@opentrons/components'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
import { useDispatch } from 'react-redux'

import styles from './styles.module.css'
import { labwareImages } from '/app/organisms/Desktop/CalibrationPanels/labwareImages'
import { labwareImages } from '/app/local-resources/labware'
import { WizardHeader } from '/app/molecules/WizardHeader'
import { getTopPortalEl } from '/app/App/portal'
import { setUseTrashSurfaceForTipCal } from '/app/redux/calibration'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
SPACING,
LegacyStyledText,
} from '@opentrons/components'
import { labwareImages } from './labwareImages'
import { labwareImages } from '/app/local-resources/labware'

import type { SelectOption } from '@opentrons/components'
export interface ChosenTipRackRenderProps {
Expand Down

0 comments on commit 4a86beb

Please sign in to comment.