13 lines
241 B
JavaScript
13 lines
241 B
JavaScript
/* global hasher */
|
|
sap.ui.define([
|
|
"sap/fe/AppComponent"
|
|
], function (AppComponent) {
|
|
"use strict";
|
|
|
|
return AppComponent.extend("ns.bookList.Component", {
|
|
metadata: {
|
|
"manifest": "json"
|
|
}
|
|
});
|
|
});
|