added frontend user management

This commit is contained in:
2025-10-08 15:25:03 +02:00
parent 54eaa86924
commit 4e120c8789
8 changed files with 1351 additions and 23 deletions

View File

@@ -53,4 +53,6 @@ const ShiftPlanCreate: React.FC = () => {
<button onClick={handleCreate}>Schichtplan erstellen</button>
</div>
);
};
};
export default ShiftPlanCreate;