From e19fa0f99dd9651e8a6d8ebe2c4609262b43fd21 Mon Sep 17 00:00:00 2001 From: glyph Date: Mon, 21 Mar 2022 16:42:16 +0200 Subject: [PATCH] import profile module --- peach-web/src/routes/scuttlebutt/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/peach-web/src/routes/scuttlebutt/mod.rs b/peach-web/src/routes/scuttlebutt/mod.rs index 41d4cf9..a177b45 100644 --- a/peach-web/src/routes/scuttlebutt/mod.rs +++ b/peach-web/src/routes/scuttlebutt/mod.rs @@ -3,4 +3,5 @@ pub mod follows; pub mod friends; pub mod invites; pub mod peers; +pub mod profile; pub mod search;