🚑 Critical hotfix : Compilation failed

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-18 10:23:18 +02:00
parent 28b6dcd1db
commit b396d2604f
3 changed files with 1286 additions and 1333 deletions

View File

@@ -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;
}