added skeleton ui for generating a users keychip with code copied from cozy

This commit is contained in:
Polaris
2024-08-31 17:25:14 -04:00
parent 4e20a9ac3b
commit 01fed162ae
6 changed files with 86 additions and 4 deletions

View File

@ -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" },
];