Skip to content

Commit

Permalink
fix(ui5-side-navigation): corrects playground sample (#10625)
Browse files Browse the repository at this point in the history
fix(ui5-side-navigation): correct sample

Missing import resulted in side navigation sample not loading in the playground

Fixes: #10592
  • Loading branch information
kskondov authored Jan 22, 2025
1 parent 61b94ae commit 5a668b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import "@ui5/webcomponents-fiori/dist/SideNavigation.js";
import "@ui5/webcomponents-fiori/dist/SideNavigationItem.js";
import "@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js";
import "@ui5/webcomponents-fiori/dist/SideNavigationGroup.js";

import "@ui5/webcomponents-icons/dist/home.js";
import "@ui5/webcomponents-icons/dist/chain-link.js";
Expand Down

0 comments on commit 5a668b4

Please sign in to comment.