mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
can add and delete shiftplans from pressets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user