Übersetzungen + Prüfbox Bezahlung

This commit is contained in:
Moritz Utcke
2023-08-31 23:12:18 +06:00
parent 0fac93486f
commit 7bf1b9a6c6
90 changed files with 3015 additions and 417 deletions

View File

@@ -1,4 +1,4 @@
import fuelList from "~/components/Ausweis/fuelList";
import fuelList from "#components/Ausweis/fuelList";
export function getHeizungswerte(
energietraeger: string,

View File

@@ -1,4 +1,4 @@
import fuelList from "~/components/Ausweis/fuelList";
import fuelList from "#components/Ausweis/fuelList";
export const getHeizwertfaktorClient = function(energietraeger: string, einheit: string): {
coe: number,

View File

@@ -1,3 +1,3 @@
export async function getKlimafaktorenServer(date: Date, zip: string) {
};
}