Skip to content

Commit

Permalink
fix(Form): fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored Jun 19, 2020
1 parent 40d9579 commit 12e3278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/main/src/components/Form/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useConsolidatedRef } from '@ui5/webcomponents-react-base/hooks/useConsolidatedRef';
import { createComponentStyles } from '@ui5/webcomponents-react-base/lib/createComponentStyles';
import { Device } from '@ui5/webcomponents-react-base/lib/Device';
import { useConsolidatedRef, usePassThroughHtmlProps } from '@ui5/webcomponents-react-base/lib/hooks';
import { StyleClassHelper } from '@ui5/webcomponents-react-base/lib/StyleClassHelper';
import { usePassThroughHtmlProps } from '@ui5/webcomponents-react-base/lib/usePassThroughHtmlProps';
import { Title } from '@ui5/webcomponents-react/lib/Title';
import { TitleLevel } from '@ui5/webcomponents-react/lib/TitleLevel';
import React, {
Expand Down

0 comments on commit 12e3278

Please sign in to comment.