import React from 'react' export default function InputReadOnly({ label, value }: { label: string, value?: string }) { return (