mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
4 lines
No EOL
148 B
TypeScript
4 lines
No EOL
148 B
TypeScript
import React from "react";
|
|
import {ApplicationContext} from "context";
|
|
|
|
export const StreamsContext = React.createContext<ApplicationContext>(null); |