From ce85375c856549371e1e561e21bb5932baca8ea6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 27 Apr 2024 05:54:18 +0100 Subject: [Clipclops] New routes with placeholder screens (#3725) * add new routes with placeholder screens * gate content * add filled envelope style * swap filled state * switch to `useAgent` --- src/routes.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/routes.ts') diff --git a/src/routes.ts b/src/routes.ts index f27839698..1a9b344d8 100644 --- a/src/routes.ts +++ b/src/routes.ts @@ -37,4 +37,7 @@ export const router = new Router({ CommunityGuidelines: '/support/community-guidelines', CopyrightPolicy: '/support/copyright', Hashtag: '/hashtag/:tag', + MessagesList: '/messages', + MessagesSettings: '/messages/settings', + MessagesConversation: '/messages/:conversation', }) -- cgit 1.4.1