wix-style-react
Version:
wix-style-react
12 lines (11 loc) • 333 B
JavaScript
;
exports.__esModule = true;
exports.SidebarPersistentFooter = void 0;
var _react = require("react");
class SidebarPersistentFooter extends _react.Component {
render() {
return this.props.children;
}
}
exports.SidebarPersistentFooter = SidebarPersistentFooter;
//# sourceMappingURL=SidebarPersistentFooter.js.map