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