import { RawLink } from '@/ui/components/links/RawLink'; export function FieldDisplayURL({ URL }: { URL: string | undefined }) { return {URL}; }