'use client' import type { RowLabelComponent } from 'payload/types' import React from 'react' import { useRowLabel } from '../../../../packages/ui/src/forms/RowLabel/Context/index.js' export const ArrayRowLabel: RowLabelComponent = () => { const { data } = useRowLabel<{ title: string }>() return (