Update icon type

cgen-5b4f318c12cd42e293034a4d1c638d33
This commit is contained in:
Builder.io 2025-09-30 21:26:55 +00:00
parent 166652f21d
commit bc107a2437

View file

@ -39,7 +39,7 @@ export interface RealmOption {
name: string;
title: string;
description: string;
icon: React.ComponentType<{ className?: string }>;
icon: ComponentType<{ className?: string }>;
gradient: string;
route: string;
routeLabel: string;