UNPKG

hana-cli

Version:
17 lines (13 loc) 305 B
sap.ui.define([ "sap/hanacli/common/Component" ], function (UIComponent) { "use strict"; return UIComponent.extend("sap.hanacli.version.Component", { metadata: { manifest: "json" }, init: function () { this.superInit(); } }); });