Error() → {JSX.Element}
Component that displays the 404 Not Found Error
No props
Returns:
A JSX.Element that contains the 404 error.
- Type:
- JSX.
Element
Example
return (
<Error />
)
Component that displays the 404 Not Found Error
No props
A JSX.Element that contains the 404 error.
return (
<Error />
)