index.ts 101 B

123
  1. import AuthContext, { AuthProvider } from "./authcontext";
  2. export { AuthContext, AuthProvider };