({ children }: React.PropsWithChildren)
| 40 | } |
| 41 | |
| 42 | export function ApolloWrapper({ children }: React.PropsWithChildren) { |
| 43 | return ( |
| 44 | <ApolloNextAppProvider makeClient={makeClient}> |
| 45 | {children} |
| 46 | </ApolloNextAppProvider> |
| 47 | ) |
| 48 | } |
nothing calls this directly
no outgoing calls
no test coverage detected