MCPcopy 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

3interface ProfileProps {}
4
5const Profile: React.FC<ProfileProps> = () => {
6 return <div />;
7}
8
9export default Profile;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected