mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +00:00
378 B
378 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 5 |
|
zh-CN
此页面未找到。
en-US
The page you visited does not exist.
import { Result, Button } from 'antd';
ReactDOM.render(
<Result
status="404"
title="404"
subTitle="Sorry, the page you visited does not exist."
extra={<Button type="primary">Back Home</Button>}
/>,
mountNode,
);