formatting

This commit is contained in:
2025-09-23 09:14:33 +02:00
parent 14509fdffe
commit 02e05930f1

View File

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