mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Try to fix module compilation
This commit is contained in:
@@ -6,6 +6,6 @@ export interface IModule {
|
||||
title: string;
|
||||
description: string;
|
||||
icon: React.ReactNode;
|
||||
component: React.ComponentType;
|
||||
component: React.ReactNode;
|
||||
props?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user