fix: import from ../types/index

This commit is contained in:
Benjamin Canac
2024-09-09 18:00:39 +02:00
parent 9d8bb80892
commit 3e28c8f35a
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { inject, ref, computed, type InjectionKey, type Ref, type ComputedRef } from 'vue'
import { type UseEventBusReturn, useDebounceFn } from '@vueuse/core'
import type { FormFieldProps } from '../types'
import type { FormFieldProps } from '../types/index'
import type { FormEvent, FormInputEvents, FormFieldInjectedOptions, FormInjectedOptions } from '../types/form'
import type { GetObjectField } from '../types/utils'