Added SpeedCalc and MelodyBuilder. Evaluation Pending

This commit is contained in:
2026-02-22 13:17:54 +02:00
parent 8a8c665dfd
commit 8703c4fe26
27 changed files with 4075 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ const navItems = [
permission: "melodies",
children: [
{ to: "/melodies", label: "Editor" },
{ to: "/melodies/builder", label: "Builder" },
{ to: "/melodies/settings", label: "Settings" },
],
},