Skip to content

Commit 40ea8c6

Browse files
RandomByteflovogt
authored andcommitted
Add error to file containing warning
1 parent cadd2d9 commit 40ea8c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/Component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sap.ui.define(["sap/ui/core/UIComponent", "sap/ui/core/ComponentSupport", "sap/m/DateTimeInput"], (UIComponent, ComponentSupport, DateTimeInput) => {
22
"use strict";
3+
const dti = new DateTimeInput();
34
return UIComponent.extend("sap.ui.demo.todo.Component", {
45

56
});

0 commit comments

Comments
 (0)