From 3c95c46a8cb06724d244adb3f563639a2e594a99 Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Mon, 6 May 2024 11:17:52 +0700 Subject: [PATCH] add import text input clear button --- src/components/TextInput/TextInputClearButton/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/TextInput/TextInputClearButton/index.tsx b/src/components/TextInput/TextInputClearButton/index.tsx index 71dcd091ed77..4bd18be0c79b 100644 --- a/src/components/TextInput/TextInputClearButton/index.tsx +++ b/src/components/TextInput/TextInputClearButton/index.tsx @@ -1,5 +1,6 @@ -import {forwardRef} from 'react'; +import React, {forwardRef} from 'react'; import Icon from '@components/Icon'; +import * as Expensicons from '@components/Icon/Expensicons'; import {PressableWithoutFeedback} from '@components/Pressable'; import Tooltip from '@components/Tooltip'; import useLocalize from '@hooks/useLocalize';