para-context.js 106 B

1234
  1. import {createContext} from 'react';
  2. const ParaContext = createContext(null);
  3. export default ParaContext;