FIORI App gegenereerd
This commit is contained in:
12
app/incidents/webapp/Component.js
Normal file
12
app/incidents/webapp/Component.js
Normal file
@@ -0,0 +1,12 @@
|
||||
sap.ui.define(
|
||||
["sap/fe/core/AppComponent"],
|
||||
function (Component) {
|
||||
"use strict";
|
||||
|
||||
return Component.extend("ns.incidents.Component", {
|
||||
metadata: {
|
||||
manifest: "json"
|
||||
}
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user