UNPKG
graphql-hooks-with-get-support
Version:
latest (3.8.0)
3.8.0
Graphql Hooks
github.com/nearform/graphql-hooks
nearform/graphql-hooks
graphql-hooks-with-get-support
/
src
/
ClientContext.js
8 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
const
ClientContext
=
React
.
createContext
()
ClientContext
.
displayName
=
'ClientContext'
export
default
ClientContext