We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb406fb commit 2c08772Copy full SHA for 2c08772
packages/headless/src/wizard/hooks/use-step.tsx
@@ -1,7 +1,7 @@
1
import { FieldConfig, FormConfig } from '@tutim/types';
2
-import { useForm } from '@tutim/headless';
3
import React from 'react';
4
import { useWizardContext } from './use-wizard';
+import { useForm } from '../../form';
5
6
const getStepConfig = (config: FormConfig, step: number): FieldConfig[] => {
7
const { wizard } = config;
0 commit comments