Fiori UI for Authors

This commit is contained in:
Gregor Wolf
2021-11-12 21:28:49 +01:00
parent 597afeb3d8
commit 03869e5896
3 changed files with 124 additions and 0 deletions

View File

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