add profile_update module

This commit is contained in:
2022-03-22 16:12:28 +02:00
parent 084af1b486
commit 703f35d8b1

View File

@ -4,4 +4,5 @@ pub mod friends;
pub mod invites;
pub mod peers;
pub mod profile;
pub mod profile_update;
pub mod search;