import react from "react"; const AuthContext = react.createContext(); export default AuthContext;