Skip to content

Commit 0a058da

Browse files
committed
lint
1 parent 4368f3d commit 0a058da

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/src/hardware-sim/Labware/labwareInternals/StaticLabware.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
// Render labware definition to SVG. XY is in robot coordinates.
22
import * as React from 'react'
3-
import styled, { CSSProperties } from 'styled-components'
3+
import styled from 'styled-components'
44
import flatMap from 'lodash/flatMap'
55

66
import { LabwareOutline } from './LabwareOutline'
77
import { Well } from './Well'
8+
import { STYLE_BY_WELL_CONTENTS } from './StyledWells'
9+
import { COLORS } from '../../../helix-design-system'
810

911
import type { LabwareDefinition2, LabwareWell } from '@opentrons/shared-data'
1012
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'
1314

1415
export interface StaticLabwareProps {
1516
/** Labware definition to render */

0 commit comments

Comments
 (0)