import { createContext } from 'rax'; const context = createContext({}); export default context;