CurrentSceneContext.js 89 B

12
  1. import React from "react";
  2. export const CurrentSceneContext = React.createContext(null);