import { createContext } from 'react'; const UserContext = createContext(null);