export { AuthProvider, useAuth } from './AuthContext' // Test-only helper — see AuthContext.tsx jsdoc. Production callers MUST NOT // import this (the underscore prefix flags the intent and ESLint // `no-restricted-syntax` could be added later if abuse appears). export { __resetBootstrapInflightForTests } from './AuthContext' export { default as ProtectedRoute } from './ProtectedRoute'