Skip to content

Commit 5822c43

Browse files
committed
adjust paths in compat
1 parent 48eee8e commit 5822c43

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/compat/src/components/Table/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type TableGrowingMode from '@ui5/webcomponents-compat/dist/types/TableGro
1010
import type TableMode from '@ui5/webcomponents-compat/dist/types/TableMode.js';
1111
import { getCompatCustomElementsScopingSuffix } from '@ui5/webcomponents-compat/dist/utils/CompatCustomElementsScope.js';
1212
import type { CommonProps, Ui5CustomEvent, Ui5DomRef, UI5WCSlotsNode } from '@ui5/webcomponents-react-base';
13-
import { withWebComponent } from '@ui5/webcomponents-react-base/dist/internal/wrapper/withWebComponent.js';
13+
import { withWebComponent } from '@ui5/webcomponents-react-base/withWebComponent';
1414
import type { ReactNode } from 'react';
1515

1616
const compatScopingSuffix = getCompatCustomElementsScopingSuffix();

packages/compat/src/components/TableCell/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import '@ui5/webcomponents-compat/dist/TableCell.js';
44
import { getCompatCustomElementsScopingSuffix } from '@ui5/webcomponents-compat/dist/utils/CompatCustomElementsScope.js';
55
import type { CommonProps, Ui5DomRef } from '@ui5/webcomponents-react-base';
6-
import { withWebComponent } from '@ui5/webcomponents-react-base/dist/internal/wrapper/withWebComponent.js';
6+
import { withWebComponent } from '@ui5/webcomponents-react-base/withWebComponent';
77
import type { ReactNode } from 'react';
88

99
const compatScopingSuffix = getCompatCustomElementsScopingSuffix();

packages/compat/src/components/TableColumn/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '@ui5/webcomponents-compat/dist/TableColumn.js';
44
import type TableColumnPopinDisplay from '@ui5/webcomponents-compat/dist/types/TableColumnPopinDisplay.js';
55
import { getCompatCustomElementsScopingSuffix } from '@ui5/webcomponents-compat/dist/utils/CompatCustomElementsScope.js';
66
import type { CommonProps, Ui5DomRef } from '@ui5/webcomponents-react-base';
7-
import { withWebComponent } from '@ui5/webcomponents-react-base/dist/internal/wrapper/withWebComponent.js';
7+
import { withWebComponent } from '@ui5/webcomponents-react-base/withWebComponent';
88
import type { ReactNode } from 'react';
99

1010
const compatScopingSuffix = getCompatCustomElementsScopingSuffix();

packages/compat/src/components/TableGroupRow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import '@ui5/webcomponents-compat/dist/TableGroupRow.js';
44
import { getCompatCustomElementsScopingSuffix } from '@ui5/webcomponents-compat/dist/utils/CompatCustomElementsScope.js';
55
import type { CommonProps, Ui5DomRef } from '@ui5/webcomponents-react-base';
6-
import { withWebComponent } from '@ui5/webcomponents-react-base/dist/internal/wrapper/withWebComponent.js';
6+
import { withWebComponent } from '@ui5/webcomponents-react-base/withWebComponent';
77
import type { ReactNode } from 'react';
88

99
const compatScopingSuffix = getCompatCustomElementsScopingSuffix();

packages/compat/src/components/TableRow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import '@ui5/webcomponents-compat/dist/TableRow.js';
44
import type TableRowType from '@ui5/webcomponents-compat/dist/types/TableRowType.js';
55
import { getCompatCustomElementsScopingSuffix } from '@ui5/webcomponents-compat/dist/utils/CompatCustomElementsScope.js';
66
import type { CommonProps, Ui5DomRef } from '@ui5/webcomponents-react-base';
7-
import { withWebComponent } from '@ui5/webcomponents-react-base/dist/internal/wrapper/withWebComponent.js';
7+
import { withWebComponent } from '@ui5/webcomponents-react-base/withWebComponent';
88
import type { ReactNode } from 'react';
99

1010
const compatScopingSuffix = getCompatCustomElementsScopingSuffix();

0 commit comments

Comments
 (0)