app: create avatar component and reorganize a little bit (#830)

* Create avatar component and reorganize a little bit

* html fmt

* fmt
This commit is contained in:
Austin Alvarado
2024-02-05 07:55:49 -07:00
committed by GitHub
parent 38c4296d62
commit fa9743be6a
6 changed files with 263 additions and 123 deletions

View File

@@ -1,6 +1,8 @@
pub mod add_group_member;
pub mod add_user_to_group;
pub mod app;
pub mod avatar;
pub mod banner;
pub mod change_password;
pub mod create_group;
pub mod create_group_attribute;