mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-26 04:29:11 +00:00
2 lines
116 B
TypeScript
2 lines
116 B
TypeScript
import Error from '../_error'
|
|
export default ({ router: { query: { code = 404 } } }) => <Error statusCode={code} />
|