mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
3 lines
104 B
JavaScript
3 lines
104 B
JavaScript
import ErrorPage from '../_error'
|
|
|
|
export default (props) => <ErrorPage {...props} statusCode={1001} />
|