Live video on the AT Protocol
at eli/multitesting 6 lines 206 B view raw
1import { StreamplaceContext } from "features/streamplace/streamplaceProvider"; 2import { useContext } from "react"; 3 4export default function useStreamplaceNode() { 5 return useContext(StreamplaceContext); 6}