chore: update ui refs in plugins
This commit is contained in:
@@ -7,7 +7,7 @@ import { getTranslation } from '@payloadcms/translations'
|
||||
import React, { useCallback } from 'react'
|
||||
|
||||
import type { FieldMap } from '../../providers/ComponentMap/buildComponentMap/types.js'
|
||||
import type { FormFieldBase } from '../shared.js'
|
||||
import type { FormFieldBase } from '../shared/index.js'
|
||||
|
||||
import { Banner } from '../../elements/Banner/index.js'
|
||||
import { Button } from '../../elements/Button/index.js'
|
||||
@@ -23,7 +23,7 @@ import { useDocumentInfo } from '../../providers/DocumentInfo/index.js'
|
||||
import { useLocale } from '../../providers/Locale/index.js'
|
||||
import { useTranslation } from '../../providers/Translation/index.js'
|
||||
import { scrollToID } from '../../utilities/scrollToID.js'
|
||||
import { fieldBaseClass } from '../shared.js'
|
||||
import { fieldBaseClass } from '../shared/index.js'
|
||||
import { ArrayRow } from './ArrayRow.js'
|
||||
import './index.scss'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user