Database imports gefixt + Ausweis speichern verbessert

This commit is contained in:
Moritz Utcke
2024-01-13 12:56:54 +07:00
parent 218fea5d62
commit 54b26bdf42
46 changed files with 211 additions and 195 deletions

View File

@@ -10,7 +10,7 @@
import BilderZusatzsysteme from "../Ausweis/BilderZusatzsysteme.svelte";
import moment from "moment";
import { BitChecker } from "src/lib/BitChecker";
import { BedarfsausweisWohnen } from "@ibcornelsen/database";
import type { BedarfsausweisWohnen } from "@ibcornelsen/database/client";
let ausweis: BedarfsausweisWohnen = {} as BedarfsausweisWohnen;