VideoSceneContext.js 105 B

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