Skip to content

Commit bfe36dd

Browse files
ckoutsiarisilhan007
authored andcommitted
fix(ui5-shellbar): Change path in imports for playground (#1008)
1 parent 2c8355b commit bfe36dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fiori/src/ShellBar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const metadata = {
295295
* and includes numerous built-in features, such as: logo, profile icon, title, search field, notifications and so on.
296296
* <br><br>
297297
* <h3>ES6 Module Import</h3>
298-
* <code>import "@ui5/webcomponents/dist/ShellBar";</code>
298+
* <code>import "@ui5/webcomponents-fiori/dist/ShellBar";</code>
299299
*
300300
* @constructor
301301
* @author SAP SE

packages/fiori/src/ShellBarItem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const metadata = {
5252
* might be added to the <code>ui5-shellbar</code>.
5353
* <br><br>
5454
* <h3>ES6 Module Import</h3>
55-
* <code>import "@ui5/webcomponents/dist/ShellBarItem";</code>
55+
* <code>import "@ui5/webcomponents-fiori/dist/ShellBarItem";</code>
5656
* @constructor
5757
* @author SAP SE
5858
* @alias sap.ui.webcomponents.main.ShellBarItem

0 commit comments

Comments
 (0)