Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Mar 26, 2024
1 parent 7fb3ab6 commit fbb7278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export * from './tabbedNav'
export * from './slotmap'
export * from './structure'
export * from './tooltips'
export * from './parametersTable'
export * from './ParametersTable'

Check failure on line 25 in components/src/index.ts

View workflow job for this annotation

GitHub Actions / js checks

Cannot find module './ParametersTable' or its corresponding type declarations.

Check failure on line 25 in components/src/index.ts

View workflow job for this annotation

GitHub Actions / js checks

Cannot find module './ParametersTable' or its corresponding type declarations.
// styles
export * from './styles'
// new ui-overhaul style vars
Expand Down
2 changes: 1 addition & 1 deletion components/src/parametersTable/index.tsx
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit fbb7278

Please sign in to comment.