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

Interface CartProps

start/client/src/pages/cart.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React from 'react';
2
3interface CartProps {
4
5}
6
7const Cart: React.FC<CartProps> = () => {
8 return <div />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected