Skip to content

Commit

Permalink
fix(ui5-shellbar): Change path in imports for playground (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoutsiaris authored and ilhan007 committed Dec 4, 2019
1 parent 2c8355b commit bfe36dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fiori/src/ShellBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const metadata = {
* and includes numerous built-in features, such as: logo, profile icon, title, search field, notifications and so on.
* <br><br>
* <h3>ES6 Module Import</h3>
* <code>import "@ui5/webcomponents/dist/ShellBar";</code>
* <code>import "@ui5/webcomponents-fiori/dist/ShellBar";</code>
*
* @constructor
* @author SAP SE
Expand Down
2 changes: 1 addition & 1 deletion packages/fiori/src/ShellBarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const metadata = {
* might be added to the <code>ui5-shellbar</code>.
* <br><br>
* <h3>ES6 Module Import</h3>
* <code>import "@ui5/webcomponents/dist/ShellBarItem";</code>
* <code>import "@ui5/webcomponents-fiori/dist/ShellBarItem";</code>
* @constructor
* @author SAP SE
* @alias sap.ui.webcomponents.main.ShellBarItem
Expand Down

0 comments on commit bfe36dd

Please sign in to comment.