UNPKG
swung-problem4
Version:
latest (22.3.58)
22.3.58
swung-problem4
github.com/swung-problem4/swung-problem4
swung-problem4/swung-problem4
swung-problem4
/
dist
/
esm
/
web3-config-provider
/
context.js
5 lines
•
173 B
JavaScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
defaultLocale
from
"../locale/default.js"
;
export
var
ConfigContext
=
/*#__PURE__*/
React
.
createContext
({
defaultLocale
: defaultLocale });