6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import React from "react";
|
|
|
|
const AirDCPPSocketContext = React.createContext(null);
|
|
|
|
export { AirDCPPSocketContext };
|