implement test VorgangList view

This commit is contained in:
2025-09-05 14:37:19 +02:00
parent edb37d8117
commit fedc781d74
4 changed files with 73 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import type { PageServerLoad } from '../../(token-based)/view/$types';
export const load: PageServerLoad = async () => {
const vorgangList = getVorgaenge();
return {
vorgangList
};