box-ui-elements
Version:
Box UI Elements
12 lines • 402 B
JavaScript
import * as React from 'react';
import Ghost from '../../components/ghost/Ghost';
function MessagePreviewGhost() {
return /*#__PURE__*/React.createElement("div", {
className: "MessagePreviewGhost"
}, /*#__PURE__*/React.createElement(Ghost, {
className: "MessagePreviewGhost-ghost",
height: 288
}));
}
export default MessagePreviewGhost;
//# sourceMappingURL=MessagePreviewGhost.js.map