Files
cloud-cap-samples/fiori/app/admin-authors/webapp/Component.js
Daniel 756ed48ce3 Fiori apps with manage authors
Signed-off-by: Daniel <[email protected]>
2021-11-29 15:33:57 +01:00

8 lines
208 B
JavaScript

sap.ui.define(["sap/fe/core/AppComponent"], function (AppComponent) {
"use strict";
return AppComponent.extend("authors.Component", {
metadata: { manifest: "json" },
});
});
/* eslint no-undef:0 */