Skip to content

Commit

Permalink
fix image imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Aug 20, 2024
1 parent 257cda7 commit 9766f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocol-designer/src/pages/CreateNewProtocolWizard/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import {
MAGNETIC_BLOCK_TYPE,
THERMOCYCLER_MODULE_TYPE,
} from '@opentrons/shared-data'
import wasteChuteImage from '../../images/waste_chute.png'
import trashBinImage from '../../images/flex_trash_bin.png'
import stagingAreaImage from '../../images/staging_area.png'
import wasteChuteImage from '../../assets/images/waste_chute.png'
import trashBinImage from '../../assets/images/flex_trash_bin.png'
import stagingAreaImage from '../../assets/images/staging_area.png'

import type { AdditionalEquipment, WizardFormState } from './types'

Expand Down

0 comments on commit 9766f0d

Please sign in to comment.