mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
add error page
This commit is contained in:
parent
0af9090deb
commit
f5ae88f974
2 changed files with 145 additions and 0 deletions
2
ui/pages/_test/error.js
Normal file
2
ui/pages/_test/error.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
import Error from '../_error'
|
||||
export default ({ router: { query: { code = 404 } } }) => <Error statusCode={code} />
|
Loading…
Add table
Add a link
Reference in a new issue