We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d9579 commit 12e3278Copy full SHA for 12e3278
1 file changed
packages/main/src/components/Form/index.tsx
@@ -1,8 +1,7 @@
1
-import { useConsolidatedRef } from '@ui5/webcomponents-react-base/hooks/useConsolidatedRef';
2
import { createComponentStyles } from '@ui5/webcomponents-react-base/lib/createComponentStyles';
3
import { Device } from '@ui5/webcomponents-react-base/lib/Device';
+import { useConsolidatedRef, usePassThroughHtmlProps } from '@ui5/webcomponents-react-base/lib/hooks';
4
import { StyleClassHelper } from '@ui5/webcomponents-react-base/lib/StyleClassHelper';
5
-import { usePassThroughHtmlProps } from '@ui5/webcomponents-react-base/lib/usePassThroughHtmlProps';
6
import { Title } from '@ui5/webcomponents-react/lib/Title';
7
import { TitleLevel } from '@ui5/webcomponents-react/lib/TitleLevel';
8
import React, {
0 commit comments