Add Followed hashtags page

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2023-07-02 13:19:27 +02:00
parent 174be975c8
commit 8646aa5572
9 changed files with 24 additions and 2 deletions

View File

@ -637,3 +637,7 @@ export function Announcements() {
export function EditAnnouncementModal() {
return import(/* webpackChunkName: "features/admin/announcements" */'../components/modals/edit-announcement-modal');
}
export function FollowedTags() {
return import(/* webpackChunkName: "features/followed-tags" */'../../followed-tags');
}