/**
 * Exportación centralizada de utilidades
 */

export {
  formatFecha,
  getTipoContratoLabel,
  getEstadoLabel,
  getEstadoContratoLabel,
  handlePrint
} from './contratoUtils';

