From dd957b8935cab64c58cb5a99d2d7f75decc462ff Mon Sep 17 00:00:00 2001 From: thyhjwb6 Date: Mon, 9 Nov 2020 16:19:11 +0000 Subject: [PATCH] fix(TextArea): Fix bad merge --- .../react-component-library/src/components/TextArea/TextArea.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-component-library/src/components/TextArea/TextArea.tsx b/packages/react-component-library/src/components/TextArea/TextArea.tsx index a34b380036..be27f45b79 100644 --- a/packages/react-component-library/src/components/TextArea/TextArea.tsx +++ b/packages/react-component-library/src/components/TextArea/TextArea.tsx @@ -8,7 +8,6 @@ import { useFocus } from '../../hooks/useFocus' import { ComponentWithClass } from '../../common/ComponentWithClass' import { InputValidationProps } from '../../common/InputValidationProps' import { useInputValue } from '../../hooks/useInputValue' -import { InputValidationProps } from '../../common/InputValidationProps' const { color, fontSize, spacing } = selectors