feat: slideout editor new new new!

This commit is contained in:
Your Name 2026-08-03 01:24:54 -04:00
parent c175a610da
commit 48ac1249c8
10 changed files with 482 additions and 112 deletions

View file

@ -0,0 +1,3 @@
function handler(req, res) {
res.render("inspector/slideout", {});
}