Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

UserTimeInfo.js

Blame
  • UserTimeInfo.js 105 B
    function UserTimeInfo(){
        return(
            <h1>UserTimeInfo</h1>
        );
    }
    
    export default UserTimeInfo;