Update CharProgress.tsx

This commit is contained in:
Samuel Newman
2026-07-28 10:20:53 +03:00
parent 9167dfe7b6
commit a5656352e0
@@ -4,10 +4,10 @@ import {
View, View,
type ViewStyle, type ViewStyle,
} from 'react-native' } from 'react-native'
// @ts-ignore no type definition -prf import {
import ProgressCircle from 'react-native-progress/Circle' Circle as ProgressCircle,
// @ts-ignore no type definition -prf Pie as ProgressPie,
import ProgressPie from 'react-native-progress/Pie' } from 'react-native-progress'
import {MAX_GRAPHEME_LENGTH} from '#/lib/constants' import {MAX_GRAPHEME_LENGTH} from '#/lib/constants'
import {atoms as a, useTheme} from '#/alf' import {atoms as a, useTheme} from '#/alf'