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