🐛 Try to fix module compilation

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-17 21:42:27 +02:00
parent 64923b03d9
commit 1dd74ea7da

View File

@@ -6,6 +6,6 @@ export interface IModule {
title: string;
description: string;
icon: React.ReactNode;
component: React.ComponentType;
component: React.ReactNode;
props?: any;
}