Inbox
- }
- />
+ {isLoggedIn ? (
+
+ }
+ />
+ ) : null}
diff --git a/services/user/Chainmail/ui/src/routes/index.ts b/services/user/Chainmail/ui/src/routes/index.ts
index caee0518d..38b67de3d 100644
--- a/services/user/Chainmail/ui/src/routes/index.ts
+++ b/services/user/Chainmail/ui/src/routes/index.ts
@@ -1,3 +1,4 @@
+export * from "./archived";
export * from "./drafts";
export * from "./editor";
export * from "./home";