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