ui(deploy): scaffold AppDeploymentPage + route /apps/new and /apps/:slug

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-22 22:43:54 +02:00
parent 0434299d53
commit 6052975750
3 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
.container {
display: flex;
flex-direction: column;
gap: 16px;
padding: 16px 24px;
min-height: 100%;
}