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