Files
cloud-cap-samples/bookstore/app/admin-authors/webapp/Component.js

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 */