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

Function Cart

start/client/src/pages/cart.tsx:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7const Cart: React.FC<CartProps> = () => {
8 return <div />;
9}
10
11export default Cart;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected