Tabelle A14

This commit is contained in:
Jens Cornelsen
2025-02-03 13:03:37 +01:00
parent dac347b720
commit 942b1ddda5
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { A14BerechnungAufwandszahlenMittlereBelastung } from "#lib/Berechnungen/BedarfsausweisWohnen/A14BerechnungAufwandszahlenMittlereBelastung.js";
$: result = A14BerechnungAufwandszahlenMittlereBelastung();
$: result = A14BerechnungAufwandszahlenMittlereBelastung();
</script>

View File

@@ -1,4 +1,4 @@
<script lang="ts">
<script lang="ts">
import { BedarfsausweisWohnenClient, GebaeudeAufnahmeClient } from "#components/Ausweis/types.js";
export let ausweis: BedarfsausweisWohnenClient;