Use ComponentType type from react
cgen-68ea7d5a29914025a8d1d29fd2c12cca
This commit is contained in:
parent
d7234aed1c
commit
d4d90aa801
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue