diff --git a/src/components/modules/modules.tsx b/src/components/modules/modules.tsx index 60ce7d55d..f8c77dc26 100644 --- a/src/components/modules/modules.tsx +++ b/src/components/modules/modules.tsx @@ -6,6 +6,6 @@ export interface IModule { title: string; description: string; icon: React.ReactNode; - component: React.ComponentType; + component: React.ReactNode; props?: any; }