fix SonarQube issues (unused imports, commented file)
All checks were successful
InnoHub Processor/tatort/pipeline/head This commit looks good

This commit is contained in:
2025-09-05 08:29:38 +02:00
parent 0483fe7766
commit 98794a29e1
3 changed files with 0 additions and 14 deletions

View File

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