CUB-122: Scaffold Control Center React frontend
All checks were successful
Dev Build / build-test (pull_request) Successful in 1m57s

This commit is contained in:
2026-05-07 20:15:30 -04:00
parent cce3e061a7
commit 8da593c450
116 changed files with 10724 additions and 6611 deletions

View File

@@ -0,0 +1,8 @@
export default function SessionsPage() {
return (
<div>
<h1 className="text-2xl font-bold mb-4">Sessions</h1>
<p className="text-on-surface-variant">Active sessions will appear here.</p>
</div>
)
}