import { cn } from '@/lib/utils' import React from 'react' export default function InputReadOnly({ label, value, labelClassName, className }: { label: string, value: string, labelClassName?: string, className?: string }) { return (