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