import React from "react"; const CardViewDirectory = ({contact}) => { return (

{contact.name}

); }; export default CardViewDirectory;