perf example

This commit is contained in:
Koch
2022-10-11 15:01:54 +02:00
parent 76195703f4
commit bf0587b028
16 changed files with 530 additions and 0 deletions

View File

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