@watheia/content.sections.enterprise-offering.enterprise-bullets
Version:
11 lines • 638 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnterpriseBulletsExample = void 0;
const react_1 = __importDefault(require("react"));
const enterprise_bullets_1 = require("./enterprise-bullets");
const EnterpriseBulletsExample = () => (react_1.default.createElement(enterprise_bullets_1.EnterpriseBullets, { "data-testid": "test-bullets" }));
exports.EnterpriseBulletsExample = EnterpriseBulletsExample;
//# sourceMappingURL=enterprise-bullets.composition.js.map