WIP
This commit is contained in:
8
frontend/pages/_error.js
Normal file
8
frontend/pages/_error.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function Error(props) {
|
||||
return (
|
||||
<>
|
||||
<h2>Oops, there is an error!</h2>
|
||||
<pre>{JSON.stringify(props, null, 2)}</pre>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user