Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Oct 10, 2024
1 parent c9d108b commit d404e4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/local-resources/modules/getModuleImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import thermoModuleGen1HighRes from '/app/assets/images/modules/thermocyclerModu
import heaterShakerModuleHighRes from '/app/assets/images/modules/[email protected]'
import thermoModuleGen2 from '/app/assets/images/thermocycler_gen_2_closed.png'
import magneticBlockGen1 from '/app/assets/images/magnetic_block_gen_1.png'
import absorbanceReader from 'app/assets/images/opentrons_plate_reader.png'
import absorbanceReader from '/app/assets/images/opentrons_plate_reader.png'

import type { ModuleModel } from '@opentrons/shared-data'

Expand Down
2 changes: 1 addition & 1 deletion app/src/organisms/ModuleCard/AbsorbanceReaderData.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useTranslation } from 'react-i18next'
import { StyledText, COLORS } from '@opentrons/components'
import { StatusLabel } from '../../atoms/StatusLabel'
import { StatusLabel } from '/app/atoms/StatusLabel'

import type { AbsorbanceReaderModule } from '/app/redux/modules/types'

Expand Down
2 changes: 1 addition & 1 deletion app/src/organisms/ModuleCard/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import thermoModuleGen1Opened from '/app/assets/images/thermocycler_open_transpa
import heaterShakerModule from '/app/assets/images/heater_shaker_module_transparent.png'
import thermoModuleGen2Closed from '/app/assets/images/thermocycler_gen_2_closed.png'
import thermoModuleGen2Opened from '/app/assets/images/thermocycler_gen_2_opened.png'
import absorbanceReader from 'app/assets/images/opentrons_plate_reader.png'
import absorbanceReader from '/app/assets/images/opentrons_plate_reader.png'

import type { AttachedModule } from '/app/redux/modules/types'

Expand Down

0 comments on commit d404e4f

Please sign in to comment.