Convert CommonJS to use new shared implementation.
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
|
||||
var _reactBootstrap = require("react-bootstrap");
|
||||
|
||||
exports.default = CustomModal = () => babelHelpers.jsx(_reactBootstrap.Modal.Header, {}, void 0, "foobar");
|
||||
var _default = CustomModal = () => babelHelpers.jsx(_reactBootstrap.Modal.Header, {}, void 0, "foobar");
|
||||
|
||||
exports.default = _default;
|
||||
|
||||
Reference in New Issue
Block a user