feat: topics page
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user