added game version feature to users

This commit is contained in:
Polaris
2024-08-20 17:24:05 -04:00
parent d7a2d92bb0
commit 43daea7994
8 changed files with 249 additions and 25 deletions

View File

@ -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 = () => {