Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel committed Jun 13, 2024
1 parent 95643f6 commit b3523c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TextBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b3523c9

Please sign in to comment.