initial implementation of adding clients

This commit is contained in:
2024-12-23 00:05:00 -08:00
parent 5e3772d39b
commit 2b56cba770
8 changed files with 273 additions and 173 deletions

View File

@@ -23,7 +23,7 @@
{/if}
</nav>
</header>
<main class="flex-grow p-4">
<main class="flex flex-col flex-grow p-4">
{@render children()}
</main>