Skip to content
Snippets Groups Projects
MeetingInfo.js 264 B
Newer Older
  • Learn to ignore specific revisions
  • import MeetingInfoForm from "../components/MeetingInfoForm";
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
    import "../styles/HomeMake.css"
    
    function MeetingInfo() {
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
        return (
            <div className="center-container">
    
                <MeetingInfoForm />
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
            </div>
    
    Min Dong Hyeun's avatar
    Min Dong Hyeun committed
        );
    }
    
    export default MeetingInfo;