From ffaf5f15a998c64a2071d0a456fad46014628e70 Mon Sep 17 00:00:00 2001 From: Prakash Joshi Pax <101010368+Beingpax@users.noreply.github.com> Date: Mon, 5 May 2025 10:02:23 +0545 Subject: [PATCH] Update APIKeyManagementView.swift --- VoiceInk/Views/APIKeyManagementView.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/VoiceInk/Views/APIKeyManagementView.swift b/VoiceInk/Views/APIKeyManagementView.swift index 9485a96..fa078b8 100644 --- a/VoiceInk/Views/APIKeyManagementView.swift +++ b/VoiceInk/Views/APIKeyManagementView.swift @@ -602,11 +602,3 @@ struct APIKeyManagementView: View { return String(format: "%.1f GB", gigabytes) } } - -#Preview { - APIKeyManagementView() - .environmentObject(AIService()) -} - - -