chore: fix ui package build, richtext-slate reference

This commit is contained in:
Elliot DeNolf
2024-03-01 10:40:19 -05:00
parent 144e13245a
commit a8c99d7594
2 changed files with 3 additions and 3 deletions

View File

@@ -11,11 +11,11 @@ import {
useDrawerSlug,
useTranslation,
} from '@payloadcms/ui'
import { useFieldPath } from '@payloadcms/ui/forms'
import React, { Fragment, useState } from 'react'
import { Editor, Range, Transforms } from 'slate'
import { ReactEditor, useSlate } from 'slate-react'
import { useFieldPath } from '../../../../../../ui/src/forms/FieldPathProvider'
import LinkIcon from '../../../icons/Link'
import { useElementButton } from '../../../providers/ElementButtonProvider'
import ElementButton from '../../Button'