UNPKG

panjareh

Version:

Panjareh using aparat and phoenix-video-player to play videos on desktops and tvs.

5 lines (4 loc) 145 B
import { createContext } from "react"; const UserContext = createContext(); UserContext.displayName = "UserContext"; export default UserContext;