import { Box, Typography } from "@mui/material"; import React from "react"; import PermContactCalendarIcon from "@mui/icons-material/PermContactCalendar"; const EmptyBody: React.FC = () => { return ( View contact info by clicking a contact in the left panel ); }; export default EmptyBody;