linkmore-design
Version:
π πlmη»δ»ΆεΊγπ
10 lines (9 loc) β’ 371 B
JavaScript
import React from 'react';
import Empty from "../empty";
// import IconFont from '@/components/IconFont';
var EmptyCom = function EmptyCom() {
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Empty, {
image: Empty.PRESENTED_IMAGE_SIMPLE
})));
};
export default EmptyCom;