diff --git a/components/compare.tsx b/components/compare.tsx index a051a5f..7146c55 100644 --- a/components/compare.tsx +++ b/components/compare.tsx @@ -208,7 +208,7 @@ export function compare() { ) } -function CheckIcon(props) { +function CheckIcon(props: React.SVGProps) { return ( - ) + ); } - -function DoorClosedIcon(props) { +function DoorClosedIcon(props: React.SVGProps) { return ( - ) + ); }