import profile module

This commit is contained in:
glyph 2022-03-21 16:42:16 +02:00
parent 3a7b499742
commit e19fa0f99d

View File

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