Skip to content

Commit 2c08772

Browse files
authored
fix(import-fix): fix import of headless wizard (#57)
1 parent cb406fb commit 2c08772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/headless/src/wizard/hooks/use-step.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FieldConfig, FormConfig } from '@tutim/types';
2-
import { useForm } from '@tutim/headless';
32
import React from 'react';
43
import { useWizardContext } from './use-wizard';
4+
import { useForm } from '../../form';
55

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

0 commit comments

Comments
 (0)