Change all components to use the same error page in web UI (#24512)

This commit is contained in:
Eugen Rochko
2023-04-12 12:44:58 +02:00
committed by GitHub
parent aca2cd1528
commit cee357d538
10 changed files with 15 additions and 89 deletions

View File

@@ -82,10 +82,6 @@ export function FollowRequests () {
return import(/* webpackChunkName: "features/follow_requests" */'../../follow_requests');
}
export function GenericNotFound () {
return import(/* webpackChunkName: "features/generic_not_found" */'../../generic_not_found');
}
export function FavouritedStatuses () {
return import(/* webpackChunkName: "features/favourited_statuses" */'../../favourited_statuses');
}