added skeleton ui for generating a users keychip with code copied from cozy
This commit is contained in:
@ -5,7 +5,9 @@ import { usePathname } from "next/navigation";
|
||||
|
||||
const NAV_ITEMS = [
|
||||
{ href: "/admin/home", label: "Home" },
|
||||
{ href: "/admin/unlock", label: "Unlock User" },
|
||||
{ href: "/admin/generateKeychip", label: "Generate Keychip" },
|
||||
|
||||
{ href: "/admin/unlockUser", label: "Unlock User" },
|
||||
{ href: "/admin/extraction", label: "Extract Game Files" },
|
||||
{ href: "/admin/gameversions", label: "Edit Game Version" },
|
||||
];
|
||||
|
Reference in New Issue
Block a user