Skip to content

Commit acee3ab

Browse files
jfuchscolebemis
andauthored
Update src/TextInput.tsx
Co-authored-by: Cole Bemis <[email protected]>
1 parent cb448e4 commit acee3ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TextInput.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import styled, {css} from 'styled-components'
44
import {maxWidth, MaxWidthProps, minWidth, MinWidthProps, variant, width, WidthProps} from 'styled-system'
55
import {get} from './constants'
66
import sx, {SxProp} from './sx'
7-
import {ComponentProps} from './utils/types'
8-
import {Merge} from './utils/types/Merge'
7+
import {ComponentProps, Merge} from './utils/types'
98

109
const sizeVariants = variant({
1110
variants: {

0 commit comments

Comments
 (0)