import { createContext } from 'react'; export const RelationPickerRecoilScopeContext = createContext( 'relation-picker-context', );