From fbb72781738aecfc4d0d87ecfd5b363662e2b8cd Mon Sep 17 00:00:00 2001 From: Jethary Date: Tue, 26 Mar 2024 10:23:57 -0400 Subject: [PATCH] rename folder --- components/src/index.ts | 2 +- components/src/parametersTable/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'