2020-06-21 17:11:54 +08:00

5 lines
97 B
JavaScript

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