Skip to content

Commit

Permalink
fix(AnalyticalTable): correct CustomElementsScope import path (#6184)
Browse files Browse the repository at this point in the history
Fixes #6183
  • Loading branch information
Lukas742 authored Aug 8, 2024
1 parent a770629 commit de68b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ListItemType from '@ui5/webcomponents/dist/types/ListItemType.js';
import PopoverHorizontalAlign from '@ui5/webcomponents/dist/types/PopoverHorizontalAlign.js';
import PopoverPlacement from '@ui5/webcomponents/dist/types/PopoverPlacement.js';
import { getScopedVarName } from '@ui5/webcomponents-base/CustomElementsScope.js';
import { getScopedVarName } from '@ui5/webcomponents-base/dist/CustomElementsScope.js';
import iconDecline from '@ui5/webcomponents-icons/dist/decline.js';
import iconFilter from '@ui5/webcomponents-icons/dist/filter.js';
import iconGroup from '@ui5/webcomponents-icons/dist/group-2.js';
Expand Down

0 comments on commit de68b2d

Please sign in to comment.