Skip to content
Snippets Groups Projects
MeetingInfo.js 102 B
Newer Older
  • Learn to ignore specific revisions
  • Min Dong Hyeun's avatar
    Min Dong Hyeun committed
    function MeetingInfo(){
        return(
            <h1>MeetingInfo</h1>
        );
    }
    
    export default MeetingInfo;