0
0
Fork 0

Remove old notifications route from web UI (#33038)

This commit is contained in:
Eugen Rochko 2024-11-26 10:59:11 +01:00 committed by GitHub
parent a27bafa596
commit 429e08e3d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 466 deletions

View file

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