File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
components/src/atoms/Chip Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
import * as React from 'react'
2
2
3
- import {
4
- BORDERS ,
5
- Flex ,
6
- DIRECTION_ROW ,
7
- ALIGN_CENTER ,
8
- SPACING ,
9
- TYPOGRAPHY ,
10
- Icon ,
11
- COLORS ,
12
- } from '@opentrons/components'
3
+ import { BORDERS , COLORS } from '../../helix-design-system'
4
+ import { Flex } from '../../primitives'
5
+ import { ALIGN_CENTER , DIRECTION_ROW } from '../../styles'
6
+ import { SPACING , TYPOGRAPHY } from '../../ui-style-constants'
7
+ import { Icon } from '../../icons'
13
8
14
- import { StyledText } from '../../../.. /app/src/atoms/text'
9
+ import { StyledText } from '@opentrons /app/src/atoms/text'
15
10
16
- import type { IconName , StyleProps } from '@opentrons/components'
11
+ import type { IconName } from '../../icons'
12
+ import type { StyleProps } from '../../primitives'
17
13
18
14
export type ChipType =
19
15
| 'basic'
You can’t perform that action at this time.
0 commit comments