added game version feature to users
This commit is contained in:
@ -6,6 +6,7 @@ import { usePathname } from "next/navigation";
|
||||
const NAV_ITEMS = [
|
||||
{ href: "/settings/home", label: "General" },
|
||||
{ href: "/settings/security", label: "Security" },
|
||||
{ href: "/settings/versions", label: "Edit Game Version" },
|
||||
];
|
||||
|
||||
const SettingsSubMenuNavigation = () => {
|
||||
|
Reference in New Issue
Block a user