box-ui-elements-mlh
Version:
12 lines (10 loc) • 341 B
JavaScript
import * as React from 'react';
import './styles/BottomContentWrapper.scss';
function BottomContentWrapper(_ref) {
var children = _ref.children;
return /*#__PURE__*/React.createElement("div", {
className: "BottomContentWrapper"
}, children);
}
export default BottomContentWrapper;
//# sourceMappingURL=BottomContentWrapper.js.map