Last updated 2 years ago
Was this helpful?
import { createContext } from "react"; const AuthContext = createContext(); export default AuthContext;