File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
components/src/hardware-sim/Labware/labwareInternals Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Render labware definition to SVG. XY is in robot coordinates.
2
2
import * as React from 'react'
3
- import styled , { CSSProperties } from 'styled-components'
3
+ import styled from 'styled-components'
4
4
import flatMap from 'lodash/flatMap'
5
5
6
6
import { LabwareOutline } from './LabwareOutline'
7
7
import { Well } from './Well'
8
+ import { STYLE_BY_WELL_CONTENTS } from './StyledWells'
9
+ import { COLORS } from '../../../helix-design-system'
8
10
9
11
import type { LabwareDefinition2 , LabwareWell } from '@opentrons/shared-data'
10
12
import type { WellMouseEvent } from './types'
11
- import { STYLE_BY_WELL_CONTENTS } from './StyledWells'
12
- import { COLORS } from '../../../helix-design-system'
13
+ import type { CSSProperties } from 'styled-components'
13
14
14
15
export interface StaticLabwareProps {
15
16
/** Labware definition to render */
You can’t perform that action at this time.
0 commit comments