IntentionalError: display an ErrorBoundary preview at /error

This commit is contained in:
Alex Gleason
2021-11-01 23:02:09 -05:00
parent 41c0d36074
commit e860186b4b
3 changed files with 19 additions and 0 deletions

View File

@ -421,3 +421,7 @@ export function Share() {
export function NewStatus() {
return import(/* webpackChunkName: "features/new_status" */'../../new_status');
}
export function IntentionalError() {
return import(/* webpackChunkName: "error" */'../../intentional_error');
}