[Glitch] Remove old notifications route from web UI

Port 429e08e3d2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-11-26 10:59:11 +01:00
committed by Claire
parent 7d52d5df0f
commit cedacd6435
8 changed files with 5 additions and 542 deletions

View File

@@ -7,15 +7,7 @@ export function Compose () {
}
export function Notifications () {
return import(/* webpackChunkName: "flavours/glitch/async/notifications_v1" */'../../notifications');
}
export function Notifications_v2 () {
return import(/* webpackChunkName: "flavours/glitch/async/notifications_v2" */'../../notifications_v2');
}
export function NotificationsWrapper () {
return import(/* webpackChunkName: "flavours/glitch/async/notifications" */'../../notifications_wrapper');
return import(/* webpackChunkName: "flavours/glitch/async/notifications" */'../../notifications_v2');
}
export function HomeTimeline () {