Skip to content

Commit

Permalink
[INTERNAL] sap.ui.core.tutorial.troubleshooting: Add unused import
Browse files Browse the repository at this point in the history
Resolves: SAP-docs/sapui5#176

Change-Id: I8c7206b63be38c76a860e420bf5754caf227f747
  • Loading branch information
flovogt authored and KlattG committed Jan 17, 2025
1 parent 5a74804 commit efebecf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
sap.ui.define([
'sap/ui/core/mvc/Controller',
'sap/m/MessageToast',
'sap/base/Log'
], function (Controller, MessageToast, Log) {
'sap/base/Log',
'sap/m/Button'
], function (Controller, MessageToast, Log, Button) {
"use strict";

return Controller.extend("sap.ui.demo.HeapOfShards.controller.App", {
Expand Down

0 comments on commit efebecf

Please sign in to comment.