Skip to content

Commit

Permalink
move import up
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Feb 6, 2025
1 parent 555831a commit 315bbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/ui/modules/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
TEMPERATURE_MODULE_TYPE,
} from '@opentrons/shared-data'
import { getInitialDeckSetup } from '../../step-forms/selectors'
import { getDeckSetupForActiveItem } from '../../top-selectors/labware-locations'
import { getLabwareNicknamesById } from '../labware/selectors'
import {
getModuleLabwareOptions,
Expand All @@ -19,7 +20,6 @@ import {
import type { DropdownOption } from '@opentrons/components'
import type { Selector } from '../../types'
import type { LabwareNamesByModuleId } from '../../steplist/types'
import { getDeckSetupForActiveItem } from '../../top-selectors/labware-locations'

export const getLabwareNamesByModuleId: Selector<LabwareNamesByModuleId> = createSelector(
getInitialDeckSetup,
Expand Down

0 comments on commit 315bbb2

Please sign in to comment.