Skip to content

Commit

Permalink
import order and accidental story export
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Nov 17, 2023
1 parent 51f28f5 commit 6fcc096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const meta: Meta<React.ComponentProps<typeof MoveLabwareOnDeckComponent>> = {
export default meta
type Story = StoryObj<React.ComponentProps<typeof MoveLabwareOnDeckComponent>>

export const FLEX_SIMPLEST_DECK_CONFIG: DeckConfiguration = [
const FLEX_SIMPLEST_DECK_CONFIG: DeckConfiguration = [
{
cutoutId: 'cutoutA1',
cutoutFixtureId: SINGLE_LEFT_SLOT_FIXTURE,
Expand Down
2 changes: 1 addition & 1 deletion components/src/hardware-sim/Deck/MoveLabwareOnDeck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {

import { COLORS } from '../../ui-style-constants'
import { IDENTITY_AFFINE_TRANSFORM, multiplyMatrices } from '../utils'
import { BaseDeck } from '../BaseDeck'

import type {
Coordinates,
Expand All @@ -24,7 +25,6 @@ import type {
} from '@opentrons/shared-data'
import type { StyleProps } from '../../primitives'
import type { TrashCutoutId } from './FlexTrash'
import { BaseDeck } from '../BaseDeck'

const getModulePosition = (
deckDef: DeckDefinition,
Expand Down

0 comments on commit 6fcc096

Please sign in to comment.