Files
cloud-cap-samples/fiori/app/admin-books/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
199 B
JavaScript

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