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