Merge remote-tracking branch 'origin/UMBE' into dev-moritz

This commit is contained in:
Moritz Utcke
2025-01-21 12:34:40 +07:00
31 changed files with 2510 additions and 918 deletions

View File

@@ -1,6 +1,6 @@
---
import AusweisLayout from "#layouts/AusweisLayout.astro";
import AusweisLayout from "#layouts/AusweisLayoutDaten.astro";
import VerbrauchsausweisGewerbeModule from "#modules/VerbrauchsausweisGewerbe/VerbrauchsausweisGewerbeModule.svelte";
import { VerbrauchsausweisGewerbeClient, VerbrauchsausweisWohnenClient } from "#components/Ausweis/types";
import { createCaller } from "#lib/caller";

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";

View File

@@ -1,6 +1,7 @@
---
import WelcherAusweisWidget from "#widgets/WelcherAusweisWidget.svelte";
import Layout from "#layouts/WidgetLayout_1.astro";
import WelcherAusweisWidget from "#widgets/WelcherAusweisWidget_1.svelte";
const { vermittler } = Astro.params;