function MeetingInfo(){
    return(
        <h1>MeetingInfo</h1>
    );
}

export default MeetingInfo;