feat: managing music metadata
Some checks failed
Node.js CI / Lint and Test (push) Failing after 31s

This commit is contained in:
2025-02-20 22:20:32 -08:00
parent d53423bd5d
commit 51ccfa5627
2 changed files with 48 additions and 0 deletions

View File

@ -134,4 +134,13 @@ export const navigation = [
},
],
},
{
label: "Miscellaneous Documents",
items: [
{
label: "Managing Local Music",
link: "/misc/music",
}
]
}
];