final state of exercise 4
This commit is contained in:
12
packages/bookstore/app/bookList/webapp/Component.js
Normal file
12
packages/bookstore/app/bookList/webapp/Component.js
Normal 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"
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user