import {createContext} from 'react'; const ParaContext = createContext(null); export default ParaContext;