Skip to content

Commit 9b92450

Browse files
committed
Remove unused type imports
1 parent 138895a commit 9b92450

File tree

1 file changed

+1
-7
lines changed
  • app/src/organisms/Desktop/ProtocolDetails

1 file changed

+1
-7
lines changed

app/src/organisms/Desktop/ProtocolDetails/index.tsx

+1-7
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,7 @@ import { RobotConfigurationDetails } from './RobotConfigurationDetails'
7272
import { ProtocolParameters } from './ProtocolParameters'
7373
import { AnnotatedSteps } from './AnnotatedSteps'
7474

75-
import type {
76-
JsonConfig,
77-
PythonConfig,
78-
LoadLabwareRunTimeCommand,
79-
LoadLidRunTimeCommand,
80-
LoadLidStackRunTimeCommand,
81-
} from '@opentrons/shared-data'
75+
import type { JsonConfig, PythonConfig } from '@opentrons/shared-data'
8276
import type {
8377
GroupedCommands,
8478
StoredProtocolData,

0 commit comments

Comments
 (0)