Skip to content

Commit

Permalink
fix(import-fix): fix import of headless wizard (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
eylonmiz committed Jun 29, 2023
1 parent cb406fb commit 2c08772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/headless/src/wizard/hooks/use-step.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FieldConfig, FormConfig } from '@tutim/types';
import { useForm } from '@tutim/headless';
import React from 'react';
import { useWizardContext } from './use-wizard';
import { useForm } from '../../form';

const getStepConfig = (config: FormConfig, step: number): FieldConfig[] => {
const { wizard } = config;
Expand Down

0 comments on commit 2c08772

Please sign in to comment.