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