From 666b94bfad7675092284806a26188c0b881d869f Mon Sep 17 00:00:00 2001 From: Robert Jagtiani Date: Fri, 21 Mar 2025 13:01:10 +0100 Subject: [PATCH] . --- src/components/Ausweis/Ausweisart.svelte | 1 + src/components/Ausweis/GebaeudeDaten.svelte | 1 + src/components/Ausweis/LueftungKuehlung.svelte | 1 + src/components/Ausweis/LueftungundLeerstand.svelte | 1 + .../BedarfsausweisWohnen/BedarfsausweisWohnenModule.svelte | 1 + 5 files changed, 5 insertions(+) diff --git a/src/components/Ausweis/Ausweisart.svelte b/src/components/Ausweis/Ausweisart.svelte index 31bae999..5793e335 100644 --- a/src/components/Ausweis/Ausweisart.svelte +++ b/src/components/Ausweis/Ausweisart.svelte @@ -2,6 +2,7 @@ import HelpLabel from "#components/labels/HelpLabel.svelte"; import Inputlabel from "#components/labels/InputLabel.svelte"; + import { auditHeizungGebaeudeBaujahr } from "../Verbrauchsausweis/audits/HeizungGebaeudeBaujahr.js"; import { addNotification, deleteNotification } from "#components/Notifications/shared.js"; import TagInput from "../TagInput.svelte"; diff --git a/src/components/Ausweis/GebaeudeDaten.svelte b/src/components/Ausweis/GebaeudeDaten.svelte index 24afd822..a757e529 100644 --- a/src/components/Ausweis/GebaeudeDaten.svelte +++ b/src/components/Ausweis/GebaeudeDaten.svelte @@ -2,6 +2,7 @@ import HelpLabel from "#components/labels/HelpLabel.svelte"; import Inputlabel from "#components/labels/InputLabel.svelte"; + import ZipSearch from "#components/PlzSuche.svelte"; import { Enums } from "#lib/client/prisma.js"; import { AufnahmeClient, ObjektClient } from "./types.js"; diff --git a/src/components/Ausweis/LueftungKuehlung.svelte b/src/components/Ausweis/LueftungKuehlung.svelte index fd5848fd..c304b351 100644 --- a/src/components/Ausweis/LueftungKuehlung.svelte +++ b/src/components/Ausweis/LueftungKuehlung.svelte @@ -1,5 +1,6 @@ +