MCPcopy 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

2import { useParams } from 'react-router-dom';
3
4interface LaunchProps {
5}
6
7const Launch: React.FC<LaunchProps> = () => {
8 return <div />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected