This commit is contained in:
Jens Cornelsen
2025-04-07 11:06:17 +02:00
parent 17f2983c3a
commit 5289273fc2
4 changed files with 76 additions and 10 deletions

View File

@@ -15,6 +15,7 @@
import SanierungszustandFensterTueren from "#components/Ausweis/SanierungszustandFensterTueren.svelte";
import SanierungszustandWaermedammung from "#components/Ausweis/SanierungszustandWaermedammung.svelte";
import AusweisPreviewContainer from "#components/Ausweis/AusweisPreviewContainer.svelte";
import InfoPopupBedarfsausweisWohnen from "#components/design/content/InfoPopupBedarfsausweisWohnen.svelte";
import moment from "moment";
import { Benutzer, Enums, Unterlage } from "#lib/client/prisma.js";
@@ -281,3 +282,5 @@
{skala}
></ButtonWeiterHilfe>
</form>
<InfoPopupBedarfsausweisWohnen/>