Skip to content

Commit cd4d69c

Browse files
committed
chore: remove unused import
1 parent 82659fa commit cd4d69c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/Textarea/Textarea.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react'
33
import {TextInputBaseWrapper} from '../internal/components/TextInputWrapper'
44
import type {FormValidationStatus} from '../utils/types/FormValidationStatus'
55
import type {SxProp} from '../sx'
6-
import {clsx} from 'clsx'
76
import classes from './TextArea.module.css'
87

98
export const DEFAULT_TEXTAREA_ROWS = 7

0 commit comments

Comments
 (0)