System config parameter view

This commit is contained in:
notmd
2023-02-02 20:23:00 +07:00
parent caa6331a72
commit 28ee771a97
12 changed files with 223 additions and 178 deletions
-1
View File
@@ -6,7 +6,6 @@ import { useRouter } from "next/router";
export interface MenuButtonOption {
label: string;
pathname: string;
desc: string;
icon: LucideIcon;
}