-
Min Dong Hyeun authoredMin Dong Hyeun authored
MeetingInfo.js 264 B
import MeetingInfoForm from "../components/MeetingInfoForm";
import "../styles/HomeMake.css"
function MeetingInfo() {
return (
<div className="center-container">
<MeetingInfoForm />
</div>
);
}
export default MeetingInfo;