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,5 +1,5 @@
import React, { createContext, useContext, useState, useEffect, ReactNode } from 'react';
import { Employee } from '../../../backend/src/models/employee';
import { Employee } from '../models/Employee';
interface LoginRequest {
email: string;