Skip to content

Commit

Permalink
Merge pull request #41661 from nkdengineer/fix/import-text-input
Browse files Browse the repository at this point in the history
Add import text input clear button
  • Loading branch information
marcaaron authored May 6, 2024
2 parents 15519f4 + 3c95c46 commit 8b26576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TextInput/TextInputClearButton/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 8b26576

Please sign in to comment.