mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try showing prop data on 404
This commit is contained in:
parent
c3a58ce424
commit
74d2ae26b0
2 changed files with 6 additions and 5 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import Layout from '@/components/layout/default.js'
|
||||
|
||||
function NotFound() {
|
||||
function NotFound( props ) {
|
||||
return (
|
||||
<Layout>
|
||||
<div>Not Found</div>
|
||||
<pre>{ JSON.stringify(props, null, '\t') }</pre>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue