feat: topics page

This commit is contained in:
2023-11-14 10:51:58 +00:00
parent f2a41cb474
commit c530e4ba72
5 changed files with 40 additions and 9 deletions

View File

@ -18,6 +18,7 @@ import { TaskList } from "Tasks/TaskList";
import TimelineFollows from "Element/Feed/TimelineFollows";
import { RootTabs } from "Element/RootTabs";
import { DeckContext } from "Pages/DeckLayout";
import { TopicsPage } from "./TopicsPage";
import messages from "./messages";
@ -239,6 +240,10 @@ export const RootTabRoutes = [
path: "t/:tag",
element: <HashTagsPage />,
},
{
path: "topics",
element: <TopicsPage />,
},
];
export const RootRoutes = [