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