wip: cloud

This commit is contained in:
Frank
2025-08-29 23:32:17 -04:00
parent 0178eab29b
commit 37f284f9a9
61 changed files with 8 additions and 5727 deletions

View File

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