From b3523c9cae6d4c905247c2b20ae05df93eb072c5 Mon Sep 17 00:00:00 2001 From: ShridharGoel <35566748+ShridharGoel@users.noreply.github.com> Date: Fri, 14 Jun 2024 02:13:52 +0530 Subject: [PATCH] Lint fix --- src/components/TextBlock.tsx | 1 - 1 file changed, 1 deletion(-) 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';