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