Nutze neueste Version für Svelte5
Ignoriere die Pagination der Tabellen und das Bearbeiten der Einträge.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import {env} from '$env/dynamic/private';
|
||||
import {WorkingHoursViewsRepository} from "$lib/Repositories.svelte";
|
||||
|
||||
export function load() {
|
||||
return {
|
||||
title: 'Jahresansicht',
|
||||
promise: WorkingHoursViewsRepository.yearly(env.API_URL)
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user