Use ComponentType type from react

cgen-68ea7d5a29914025a8d1d29fd2c12cca
This commit is contained in:
Builder.io 2025-09-30 21:08:38 +00:00
parent d7234aed1c
commit d4d90aa801

View file

@ -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";