Skip to content

Commit

Permalink
fix: multiple imports
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Mar 22, 2024
1 parent 8bc74ba commit 23a7867
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/dm-core-plugins/src/form/components/Form.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { Loading, useBlueprint } from '@development-framework/dm-core'
import { Loading, useBlueprint } from '@development-framework/dm-core'
import { Button, EdsProvider, Icon } from '@equinor/eds-core-react'
import { undo } from '@equinor/eds-icons'
import { pick } from 'lodash'
import { useState } from 'react'
import { FormProvider, useForm, useFormContext } from 'react-hook-form'
import { RegistryProvider } from '../context/RegistryContext'
import { TFormConfig, TFormProps } from '../types'
import { TFormConfig, TFormProps } from '../types'
import { AttributeList } from './AttributeList'

const FORM_DEFAULT_MAX_WIDTH = '650px'
Expand Down

0 comments on commit 23a7867

Please sign in to comment.