Bestellen auf Rechnung

This commit is contained in:
Moritz Utcke
2025-02-17 20:46:27 +11:00
parent 7f6430f20f
commit 9951179b2a
16 changed files with 198 additions and 80 deletions

View File

@@ -25,6 +25,6 @@ const gebaeudeArray = await caller.objekt.GET.fetch({ limit: 5 }, {
});
---
<UserLayout title="Dashboard">
<UserLayout title="Dashboard" {user}>
<DashboardModule user={user} gebaeudeArray={gebaeudeArray} />
</UserLayout>