Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apollographql/fullstack-tutorial
/ Profile
Function
Profile
start/client/src/pages/profile.tsx:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
interface ProfileProps {}
4
5
const Profile: React.FC<ProfileProps> = () => {
6
return <div />;
7
}
8
9
export default Profile;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected