This commit is contained in:
legop3
2025-11-17 04:37:41 -05:00
parent d26587140d
commit ce5cd909e1
3 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ function DesktopLayout({ layout }) {
<RightPaneTabs layout={layout} />
</section>
<section className="grid grid-cols-[minmax(0,1fr)_minmax(0,1fr)] gap-1">
<AdminPanel />
{/* <AdminPanel /> */}
<LogPanel />
<SessionSnapshot />
</section>
</div>