import React from "react"; import {ApplicationContext} from "context"; export const StreamsContext = React.createContext(null);