@flatbiz/antd
Version:
16 lines (12 loc) • 334 B
JavaScript
/*! @flatjs/forge MIT @flatbiz/antd */
import { Result } from 'antd';
import { jsx } from 'react/jsx-runtime';
var Page404 = function Page404(props) {
return /*#__PURE__*/jsx(Result, {
status: "404",
title: "404",
subTitle: props.message
});
};
export { Page404 as P };
//# sourceMappingURL=page404-CVcO-6Fc.js.map