🐛 accidental translation of module name
This commit is contained in:
1
src/modules/ModuleTypes.d.ts
vendored
1
src/modules/ModuleTypes.d.ts
vendored
@@ -7,7 +7,6 @@ import { TablerIcon } from '@tabler/icons';
|
||||
// Note: Maybe use context to keep track of the modules
|
||||
export interface IModule {
|
||||
title: string;
|
||||
description: string;
|
||||
icon: TablerIcon;
|
||||
component: React.ComponentType;
|
||||
options?: Option;
|
||||
|
||||
Reference in New Issue
Block a user