edit Leere Liste in Vorgang und Crime

This commit is contained in:
2025-09-03 12:27:13 +02:00
parent 37e103a494
commit 283755c7db
10 changed files with 134 additions and 98 deletions

View File

@@ -0,0 +1,12 @@
export async function load({fetch}){
const vorgangResponse = await fetch(`/api/list`);
const vorgangList = await vorgangResponse.json();
return {
vorgangList,
}
}