Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Jul 30, 2024
1 parent 4368f3d commit 0a058da
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// Render labware definition to SVG. XY is in robot coordinates.
import * as React from 'react'
import styled, { CSSProperties } from 'styled-components'
import styled from 'styled-components'
import flatMap from 'lodash/flatMap'

import { LabwareOutline } from './LabwareOutline'
import { Well } from './Well'
import { STYLE_BY_WELL_CONTENTS } from './StyledWells'
import { COLORS } from '../../../helix-design-system'

import type { LabwareDefinition2, LabwareWell } from '@opentrons/shared-data'
import type { WellMouseEvent } from './types'
import { STYLE_BY_WELL_CONTENTS } from './StyledWells'
import { COLORS } from '../../../helix-design-system'
import type { CSSProperties } from 'styled-components'

export interface StaticLabwareProps {
/** Labware definition to render */
Expand Down

0 comments on commit 0a058da

Please sign in to comment.