import Meeting from "./Meeting"; const MeetingsPanel: React.FC = () => { return (
); }; export default MeetingsPanel;