@zealicsolutions/web-ui 0.4.36 → 0.4.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { FormStepContainerProps, MetadataType } from 'containers';
2
- import { InputFieldTypes } from 'fieldsConfiguration';
3
2
  import { PropsWithChildren } from 'react';
3
+ import { InputFieldTypes } from '../fieldsConfiguration';
4
4
  export declare type StepContainerProps = PropsWithChildren<Partial<FormStepContainerProps>> & {
5
5
  id: string;
6
6
  metadata?: MetadataType;