diff options
Diffstat (limited to 'src/view/com/composer/AltTextCounterWrapper.tsx')
-rw-r--r-- | src/view/com/composer/AltTextCounterWrapper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/AltTextCounterWrapper.tsx b/src/view/com/composer/AltTextCounterWrapper.tsx index d69252f4b..da3c14920 100644 --- a/src/view/com/composer/AltTextCounterWrapper.tsx +++ b/src/view/com/composer/AltTextCounterWrapper.tsx @@ -1,5 +1,5 @@ -import React from 'react' import {View} from 'react-native' +import type React from 'react' import {MAX_ALT_TEXT} from '#/lib/constants' import {CharProgress} from '#/view/com/composer/char-progress/CharProgress' |