fix(richtext-slate): add use client to top of tsx files importing from payload core (#4312)

This commit is contained in:
Jarrod Flesch
2023-11-29 12:19:54 -05:00
committed by GitHub
parent cd07873fc5
commit d4f28b16b4
11 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
'use client'
import type { Fields } from 'payload/types'
import { useModal } from '@faceless-ui/modal'