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