From b6e772c6acc70476578d42a4de80158986aa242f Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Fri, 30 Jan 2026 15:08:34 -0800 Subject: [PATCH] formatting --- app/src/components/VoiceProfiles/ProfileForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/VoiceProfiles/ProfileForm.tsx b/app/src/components/VoiceProfiles/ProfileForm.tsx index e96e19fc..f4fc5711 100644 --- a/app/src/components/VoiceProfiles/ProfileForm.tsx +++ b/app/src/components/VoiceProfiles/ProfileForm.tsx @@ -43,8 +43,8 @@ import { } from '@/lib/hooks/useProfiles'; import { useSystemAudioCapture } from '@/lib/hooks/useSystemAudioCapture'; import { useTranscription } from '@/lib/hooks/useTranscription'; -import { usePlatform } from '@/platform/PlatformContext'; import { formatAudioDuration, getAudioDuration } from '@/lib/utils/audio'; +import { usePlatform } from '@/platform/PlatformContext'; import { useServerStore } from '@/stores/serverStore'; import { type ProfileFormDraft, useUIStore } from '@/stores/uiStore'; import { AudioSampleRecording } from './AudioSampleRecording';