File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/main/src/components/Form Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- import { useConsolidatedRef } from '@ui5/webcomponents-react-base/hooks/useConsolidatedRef' ;
2
1
import { createComponentStyles } from '@ui5/webcomponents-react-base/lib/createComponentStyles' ;
3
2
import { Device } from '@ui5/webcomponents-react-base/lib/Device' ;
3
+ import { useConsolidatedRef , usePassThroughHtmlProps } from '@ui5/webcomponents-react-base/lib/hooks' ;
4
4
import { StyleClassHelper } from '@ui5/webcomponents-react-base/lib/StyleClassHelper' ;
5
- import { usePassThroughHtmlProps } from '@ui5/webcomponents-react-base/lib/usePassThroughHtmlProps' ;
6
5
import { Title } from '@ui5/webcomponents-react/lib/Title' ;
7
6
import { TitleLevel } from '@ui5/webcomponents-react/lib/TitleLevel' ;
8
7
import React , {
You can’t perform that action at this time.
0 commit comments