From 9167dfe7b624bd85b09da5ef098cd2bba49a93bf Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 28 Jul 2026 10:12:31 +0300 Subject: [PATCH] fix untyped imports --- src/components/ProgressGuide/Task.tsx | 4 ++-- src/view/com/composer/Composer.tsx | 3 +-- src/view/com/composer/videos/VideoTranscodeProgress.tsx | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/ProgressGuide/Task.tsx b/src/components/ProgressGuide/Task.tsx index 997c777af6..5cb979e5fc 100644 --- a/src/components/ProgressGuide/Task.tsx +++ b/src/components/ProgressGuide/Task.tsx @@ -1,5 +1,5 @@ import {View} from 'react-native' -import * as Progress from 'react-native-progress' +import {Circle as ProgressCircle} from 'react-native-progress' import {atoms as a, useTheme} from '#/alf' import {AnimatedCheck} from '../anim/AnimatedCheck' @@ -25,7 +25,7 @@ export function ProgressGuideTask({ {current === total ? ( ) : ( -