import React from "react"; export const VideoSceneContext = React.createContext({ playing: true, });