can add and delete shiftplans from pressets

This commit is contained in:
2025-10-12 20:53:03 +02:00
parent 1317781d7b
commit fda519d401
9 changed files with 181 additions and 193 deletions

View File

@@ -1,6 +1,4 @@
// frontend/src/shared/utils.ts
// import { ScheduledShift } from '../../../backend/src/models/shiftPlan.js';
// Shared date and time formatting utilities
export const formatDate = (dateString: string | undefined): string => {
if (!dateString) return 'Kein Datum';