Dashboard Shell
Queue health and release activity.
dashboard-shell.tsx
<AppShell
header={<strong>Operations</strong>}
sidebar={<nav>Overview<br />Reports<br />Settings</nav>}
aside={<span>Team online: 8</span>}
footer={<small>Updated just now</small>}
>
<p>Queue health and release activity.</p>
</AppShell>