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