From a5656352e073afbfd27843a957eba1edf296d199 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 28 Jul 2026 10:20:53 +0300 Subject: [PATCH] Update CharProgress.tsx --- src/view/com/composer/char-progress/CharProgress.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/view/com/composer/char-progress/CharProgress.tsx b/src/view/com/composer/char-progress/CharProgress.tsx index d437472902..be32f9db18 100644 --- a/src/view/com/composer/char-progress/CharProgress.tsx +++ b/src/view/com/composer/char-progress/CharProgress.tsx @@ -4,10 +4,10 @@ import { View, type ViewStyle, } from 'react-native' -// @ts-ignore no type definition -prf -import ProgressCircle from 'react-native-progress/Circle' -// @ts-ignore no type definition -prf -import ProgressPie from 'react-native-progress/Pie' +import { + Circle as ProgressCircle, + Pie as ProgressPie, +} from 'react-native-progress' import {MAX_GRAPHEME_LENGTH} from '#/lib/constants' import {atoms as a, useTheme} from '#/alf'