Change all components to use the same error page in web UI (#24512)
This commit is contained in:
parent
aca2cd1528
commit
cee357d538
10 changed files with 15 additions and 89 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue