Update module interface

This commit is contained in:
Aj - Thomas
2022-05-10 18:56:16 +02:00
parent cc58fbe263
commit b8ce86d783

View File

@@ -2,7 +2,7 @@
// Each module should have its own interface and call the following function: // Each module should have its own interface and call the following function:
// TODO: Add a function to register a module // TODO: Add a function to register a module
// Note: Maybe use context to keep track of the modules // Note: Maybe use context to keep track of the modules
export interface MHPModule { export interface IModule {
title: string; title: string;
description: string; description: string;
icon: React.ReactNode; icon: React.ReactNode;