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

@@ -1,8 +1,8 @@
import { getHeizwertfaktor } from "#lib/server/Heizwertfaktor";
import {
import type {
GebaeudeStammdaten,
VerbrauchsausweisWohnen,
} from "@ibcornelsen/database";
} from "@ibcornelsen/database/client";
import moment from "moment";
import { client } from "src/trpc";