Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kdchang/reactjs101
/ User
Function
User
Ch05/react-router-example/src/components/User/User.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
React from
'react'
;
2
3
const
User = () => (
4
<div>User</div>
5
);
6
7
export
default User;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected