Convert CommonJS to use new shared implementation.

This commit is contained in:
Logan Smyth
2017-09-07 21:14:48 -07:00
parent f17d30692c
commit 1e750a945c
97 changed files with 1021 additions and 923 deletions

View File

@@ -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;