From d4d90aa8018c4192d9d07b95d016a3c8dafffdfc Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 21:08:38 +0000 Subject: [PATCH] Use ComponentType type from react cgen-68ea7d5a29914025a8d1d29fd2c12cca --- 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 938e6fbd..c8216085 100644 --- a/client/components/settings/OAuthConnections.tsx +++ b/client/components/settings/OAuthConnections.tsx @@ -1,4 +1,4 @@ -import { memo } from "react"; +import { memo, type ComponentType } from "react"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { cn } from "@/lib/utils";