Skip to content

Commit b2cb357

Browse files
committed
Fix lint
1 parent c3da528 commit b2cb357

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/BaseStyles.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import styled, {createGlobalStyle} from 'styled-components'
44
import type {SystemCommonProps, SystemTypographyProps} from './constants'
55
import {COMMON, TYPOGRAPHY} from './constants'
66
import {useTheme} from './ThemeProvider'
7-
import type {ComponentProps} from './utils/types'
87
import {useFeatureFlag} from './FeatureFlags'
98
import {toggleStyledComponent} from './internal/utils/toggleStyledComponent'
109
import classes from './BaseStyles.module.css'

0 commit comments

Comments
 (0)