Skip to content
Snippets Groups Projects
Commit 0b68e849 authored by Min Dong Hyeun's avatar Min Dong Hyeun
Browse files

Routing Setting

parent 559b70be
No related branches found
No related tags found
No related merge requests found
function HomeMake(){
return(
<h1>HomeMake</h1>
);
}
export default HomeMake;
\ No newline at end of file
function HomeParticipate(){
return(
<h1>HomeParticipate</h1>
);
}
export default HomeParticipate;
\ No newline at end of file
function LinkPage(){
return(
<h1>LinkPage</h1>
);
}
export default LinkPage;
\ No newline at end of file
function MeetingInfo(){
return(
<h1>MeetingInfo</h1>
);
}
export default MeetingInfo;
\ No newline at end of file
function UserTimeInfo(){
return(
<h1>UserTimeInfo</h1>
);
}
export default UserTimeInfo;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment