MCPcopy 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

1import React from 'react';
2
3interface ProfileProps {}
4
5const Profile: React.FC<ProfileProps> = () => {
6 return <div />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected