mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 00:57:51 +02:00
polish(core): better styling for error screens (#8736)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
e21591c073
commit
7961c5b8d5
7 changed files with 52 additions and 12 deletions
|
@ -96,4 +96,7 @@ export {
|
|||
UnlistedMetadata,
|
||||
} from './utils/unlistedUtils';
|
||||
|
||||
export {ErrorBoundaryTryAgainButton} from './utils/errorBoundaryUtils';
|
||||
export {
|
||||
ErrorBoundaryTryAgainButton,
|
||||
ErrorBoundaryError,
|
||||
} from './utils/errorBoundaryUtils';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue