(props: ProviderProps)
| 8 | } |
| 9 | |
| 10 | export const Providers = (props: ProviderProps) => { |
| 11 | const { relayEnvironment, children } = props |
| 12 | return ( |
| 13 | <RelayEnvironmentProvider environment={relayEnvironment}> |
| 14 | {children} |
| 15 | </RelayEnvironmentProvider> |
| 16 | ) |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected