ignore: cloud usage history

This commit is contained in:
Jay V
2025-08-29 17:30:48 -04:00
parent a05e677412
commit 28c341ad32
4 changed files with 580 additions and 367 deletions

View File

@@ -16,7 +16,9 @@ export default function WorkspaceLayout(props: RouteSectionProps) {
<a href="/logout">Logout</a>
</div>
</header>
{props.children}
<div data-slot="content">
{props.children}
</div>
</main>
)
}