returning subfolders names

This commit is contained in:
Dmitriynj
2020-12-23 13:38:09 +03:00
committed by Daniel Hutzel
parent 9d28ca9844
commit 9abeb67d82
41 changed files with 0 additions and 0 deletions

View File

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