UNPKG
panjareh
Version:
latest (1.0.16)
1.0.16
Panjareh using aparat and phoenix-video-player to play videos on desktops and tvs.
panjareh
/
src
/
context
/
user-context
/
user-context.js
5 lines
(4 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
import
{ createContext }
from
"react"
;
const
UserContext
=
createContext
();
UserContext
.
displayName
=
"UserContext"
;
export
default
UserContext
;