feat(client): Add ability for admins to edit user avatars (#1604)

This commit is contained in:
Sebastian Dichler
2026-03-25 11:24:27 +01:00
committed by GitHub
parent 952a078aa1
commit d3ff3e2db8
44 changed files with 101 additions and 31 deletions
@@ -0,0 +1,8 @@
/*!
* Copyright (c) 2024 PLANKA Software GmbH
* Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md
*/
import EditUserAvatarStep from './EditUserAvatarStep';
export default EditUserAvatarStep;