mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
show 404 results
This commit is contained in:
parent
2cc83c9375
commit
c2e33ddc72
@ -1,4 +1,5 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
|
import { Result } from "antd"
|
||||||
|
|
||||||
export default (props) => {
|
export default (props) => {
|
||||||
const entryParam = props.params.param
|
const entryParam = props.params.param
|
||||||
@ -13,5 +14,9 @@ export default (props) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div />
|
return <Result
|
||||||
|
status="404"
|
||||||
|
title="404"
|
||||||
|
subTitle="Sorry, the page you visited does not exist."
|
||||||
|
/>
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user