4 lines
91 B
TypeScript
Raw Normal View History

import { AuthProvider, useAuth } from "./auth-context";
export { AuthProvider, useAuth };