chore: types update

This commit is contained in:
James
2024-03-04 12:25:38 -05:00
parent 87463c7e70
commit 262e3bbee2
9 changed files with 11 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
'use client'
import type { FormState } from '@payloadcms/ui'
import type { FormState } from 'payload/types'
import { useModal } from '@faceless-ui/modal'
import {

View File

@@ -1,6 +1,6 @@
'use client'
import type { FormState } from '@payloadcms/ui'
import type { FormState } from 'payload/types'
import { useModal } from '@faceless-ui/modal'
import { getTranslation } from '@payloadcms/translations'

View File

@@ -1,4 +1,5 @@
import type { FieldMap, FormState } from '@payloadcms/ui'
import type { FieldMap } from '@payloadcms/ui'
import type { FormState } from 'payload/types'
export type Props = {
drawerSlug: string