MCPcopy Create free account
hub / github.com/Crossmint/fintech-starter-app / QueryProvider

Function QueryProvider

providers/QueryProvider.tsx:15–17  ·  view source on GitHub ↗
({ children }: { children: ReactNode })

Source from the content-addressed store, hash-verified

13});
14
15export function QueryProvider({ children }: { children: ReactNode }) {
16 return <QueryClientProvider client={queryClient}>{children}</QueryClientProvider>;
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected