Shitaye-FrontEnd/src/context/AuthContext.tsx
“kirukib” 3b41b9052b feat(guest): refine portal navigation and auth routing
Unify guest login/profile paths, add booking-ref CTA entry points, and introduce responsive logged-in navigation with desktop dropdowns and mobile hamburger menu.

Made-with: Cursor
2026-04-27 20:08:05 +03:00

17 lines
354 B
TypeScript

/**
* Back-compat re-exports — canonical implementation is GuestSessionContext.
*/
export {
GuestSessionProvider,
GuestSessionProvider as AuthProvider,
useAuth,
useGuestSession,
} from "./GuestSessionContext";
export type {
BookingRefSession,
GuestSession,
MemberSession,
OrderCategory,
OrderRecord,
} from "./GuestSessionContext";