diff --git a/src/components/TextBlock.tsx b/src/components/TextBlock.tsx index 68206f218ec9..8b036f42f4cc 100644 --- a/src/components/TextBlock.tsx +++ b/src/components/TextBlock.tsx @@ -2,7 +2,6 @@ * TextBlock component splits a given text into individual words and displays * each word within a Text component. */ - import React, {memo, useMemo} from 'react'; import type {StyleProp, TextStyle} from 'react-native'; import Text from './Text';