Add update config logic

This commit is contained in:
Manuel Ruwe
2022-12-24 14:12:35 +01:00
parent 654107f60d
commit 664e70c940
2 changed files with 45 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
import { TablerIcon } from '@tabler/icons';
// Note: Maybe use context to keep track of the modules
// TODO: Remove this old component and the entire file
export interface IModule {
id: string;
title: string;