MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial / BookTrips

Function BookTrips

start/client/src/containers/book-trips.tsx:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from 'react';
2
3const BookTrips: React.FC<any> = () => {
4 return <div/>;
5}
6
7export default BookTrips;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected