/** * @prettier */ import React from "react" const LicenseWrapper = (Original, system) => (props) => { if (system.specSelectors.isOAS31()) { const OAS31License = system.getComponent("OAS31License") return } return } export default LicenseWrapper