import React from 'react' import { formatUTCToLocalTime } from '../../utils/dateUtils' const ServiceProfile = ({data,setIsOpenModal}) => { return (
{" "} Project Profile
) } export default ServiceProfile