0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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');
}