added kamaitachi export

This commit is contained in:
Polaris
2024-09-02 05:55:16 -04:00
parent 0036ed8934
commit 4484bedb86
10 changed files with 287 additions and 3 deletions

View File

@ -6,6 +6,8 @@ import { usePathname } from "next/navigation";
const NAV_ITEMS = [
{ href: "/settings/home", label: "General" },
{ href: "/settings/security", label: "Security" },
{ href: "/settings/kamaitachi", label: "Kamaitachi Export" },
{ href: "/settings/versions", label: "Edit Game Version" },
];