Skip to content

Commit

Permalink
Update src/components/@shared/FormInput/InputElement/ConsumerParamete…
Browse files Browse the repository at this point in the history
…rs/index.tsx

Co-authored-by: Jamie Hewitt <[email protected]>
  • Loading branch information
LucaMilanese90 and jamiehewitt15 committed Jun 28, 2023
1 parent 26cebc7 commit da4c0c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { ReactElement, useEffect, useState } from 'react'
import { Field, useField } from 'formik'
import Input, { InputProps } from '../..'
import { FormConsumerParameter } from '../../../../Publish/_types'
import { FormConsumerParameter } from '@components/Publish/_types'
import Tabs from '@shared/atoms/Tabs'
import FormActions from './FormActions'
import DefaultInput from './DefaultInput'
Expand Down

0 comments on commit da4c0c3

Please sign in to comment.