Merge pull request #1072 from notmd/1068_admin_system_config

System config parameter view
This commit is contained in:
AbdBarho
2023-02-03 08:08:03 +01:00
committed by GitHub
12 changed files with 223 additions and 172 deletions
-1
View File
@@ -6,7 +6,6 @@ import { useRouter } from "next/router";
export interface MenuButtonOption {
label: string;
pathname: string;
desc: string;
icon: LucideIcon;
}