Kundendaten

This commit is contained in:
Robert Jagtiani
2025-01-20 17:46:36 +01:00
parent 5b3bc5027f
commit 6e4c35a3fa
15 changed files with 760 additions and 246 deletions

View File

@@ -1,5 +1,5 @@
---
import AusweisLayout from "#layouts/AusweisLayout.astro";
import AusweisLayout from "#layouts/AusweisLayoutDaten.astro";
import VerbrauchsausweisWohnenModule from "#modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte";
import { VerbrauchsausweisWohnenClient } from "#components/Ausweis/types";
import { createCaller } from "#lib/caller";

View File

@@ -1,7 +1,7 @@
---
import KaufabschlussModule from "#modules/KaufabschlussModule.svelte";
import AusweisLayout from "#layouts/AusweisLayout.astro";
import AusweisLayout from "#layouts/AusweisLayoutPruefung.astro";
import { Enums } from "@ibcornelsen/database/client";
import { createCaller } from "#lib/caller";

View File

@@ -1,7 +1,7 @@
---
import KundendatenModule from "#modules/KundendatenModule.svelte";
import AusweisLayout from "#layouts/AusweisLayout.astro";
import AusweisLayout from "#layouts/AusweisLayoutPruefung.astro";
import { Enums } from "@ibcornelsen/database/client";
import { createCaller } from "#lib/caller";