final state of exercise 4

This commit is contained in:
d045778
2019-09-23 13:45:43 +02:00
parent 00f118deed
commit b5684841e6
7 changed files with 399 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/* global hasher */
sap.ui.define([
"sap/fe/AppComponent"
], function (AppComponent) {
"use strict";
return AppComponent.extend("ns.bookList.Component", {
metadata: {
"manifest": "json"
}
});
});