import { createContext } from 'react';

export const InPortalThreadContext = createContext(false);
