Add a verification interface for review

This commit is contained in:
Dominic Ferrando
2026-09-19 17:57:52 -04:00
parent f593aabd25
commit dc7ebd6873
6 changed files with 772 additions and 4 deletions
@@ -25,6 +25,11 @@
path: "/activity",
links: [{ name: "Events", path: "/events" }],
},
{
name: "Verification",
path: "/verification",
links: [{ name: "Requests", path: "/requests" }],
},
];
let { children } = $props();