Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Apr 30, 2024
1 parent e8f2968 commit f042854
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/organisms/RunPreview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useTranslation } from 'react-i18next'
import { ViewportList, ViewportListRef } from 'react-viewport-list'

import { RUN_STATUSES_TERMINAL } from '@opentrons/api-client'
import { useNotifyAllCommandsAsPreSerializedList } from '../../resources/runs'
import {
ALIGN_CENTER,
BORDERS,
Expand All @@ -21,7 +20,10 @@ import {
} from '@opentrons/components'

import { useMostRecentCompletedAnalysis } from '../LabwarePositionCheck/useMostRecentCompletedAnalysis'
import { useNotifyLastRunCommandKey } from '../../resources/runs'
import {
useNotifyAllCommandsAsPreSerializedList,
useNotifyLastRunCommandKey,
} from '../../resources/runs'
import { CommandText } from '../CommandText'
import { Divider } from '../../atoms/structure'
import { NAV_BAR_WIDTH } from '../../App/constants'
Expand Down

0 comments on commit f042854

Please sign in to comment.