diff --git a/components/src/index.ts b/components/src/index.ts index 1c0d5cc7f75..81b10b79638 100644 --- a/components/src/index.ts +++ b/components/src/index.ts @@ -22,7 +22,7 @@ export * from './tabbedNav' export * from './slotmap' export * from './structure' export * from './tooltips' -export * from './parametersTable' +export * from './ParametersTable' // styles export * from './styles' // new ui-overhaul style vars diff --git a/components/src/parametersTable/index.tsx b/components/src/parametersTable/index.tsx index c1acbd630d4..eee35f93fb2 100644 --- a/components/src/parametersTable/index.tsx +++ b/components/src/parametersTable/index.tsx @@ -1,7 +1,7 @@ import * as React from 'react' import styled from 'styled-components' import { formatRunTimeParameterValue } from '@opentrons/shared-data' -import { BORDERS } from '../helix-design-system/' +import { BORDERS } from '../helix-design-system' import { SPACING, TYPOGRAPHY } from '../ui-style-constants/index' import { StyledText } from '../atoms/StyledText'