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