From 19c71bcf486a76ccb92105ba1fd23c8bc6bcaa55 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 21:08:42 +0000 Subject: [PATCH] Update Icon type cgen-7e339298140740f5a4961da876f435d4 --- client/components/settings/OAuthConnections.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/settings/OAuthConnections.tsx b/client/components/settings/OAuthConnections.tsx index c8216085..10401fc4 100644 --- a/client/components/settings/OAuthConnections.tsx +++ b/client/components/settings/OAuthConnections.tsx @@ -10,7 +10,7 @@ export interface ProviderDescriptor { provider: ProviderKey; name: string; description: string; - Icon: React.ComponentType<{ className?: string }>; + Icon: ComponentType<{ className?: string }>; gradient: string; }