mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
🚑 Critical hotfix : Compilation failed
This commit is contained in:
@@ -6,6 +6,6 @@ export interface IModule {
|
||||
title: string;
|
||||
description: string;
|
||||
icon: React.ReactNode;
|
||||
component: React.ReactNode;
|
||||
component: (args: any) => JSX.Element | null;
|
||||
props?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user