MCPcopy Create free account
hub / github.com/emwalker/digraph / Providers

Function Providers

client/src/components/Providers.tsx:10–17  ·  view source on GitHub ↗
(props: ProviderProps)

Source from the content-addressed store, hash-verified

8}
9
10export const Providers = (props: ProviderProps) => {
11 const { relayEnvironment, children } = props
12 return (
13 <RelayEnvironmentProvider environment={relayEnvironment}>
14 {children}
15 </RelayEnvironmentProvider>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected